summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable prefetch-loop-arrays for unstable #64979Mike Frysinger2006-02-191-2/+2
* Reworked filter-flags to be more consistent; factored out common codeKevin F. Quinn2006-01-221-65/+91
* Replaced "addwrite /dev/stderr" and ">/dev/stderr" which fail withKevin F. Quinn2006-01-141-15/+8
* make sure we translate , into spaces for raw ldflagsMike Frysinger2006-01-101-2/+3
* add a raw-ldflags so people can pass $LDFLAGS straight to `ld`Mike Frysinger2006-01-101-1/+12
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-01-011-8/+8
* Comment fix.Martin Schlemmer2005-12-091-2/+2
* Split test-flags() into CC and CXX versions.Martin Schlemmer2005-12-091-6/+24
* In replace-sparc64-cflags, we need local 'SPARC64_CPUS="ultrasparc3 ultraspar...Ferris McCormick2005-12-091-2/+2
* Fix deprecated warnings breaking sandbox, bug #114905.Martin Schlemmer2005-12-081-1/+7
* Cleanups.Martin Schlemmer2005-12-081-34/+69
* need to declare x as a local var in strip-unsupported-flags so we dont pollut...Mike Frysinger2005-10-131-10/+10
* Added bindnow-flags function to find out the right flags to enable now bindin...Diego Elio Pettenò2005-10-091-1/+20
* add some sanity checks to make sure people use these functions correctlyMike Frysinger2005-09-271-1/+7
* deprecate has_hardened/pic/pie/ssp/ssp_all in favour of gcc-specs-*Kevin F. Quinn2005-08-011-2/+26
* dont file -m{,no-}tls-direct-seg-refs flags #99896Mike Frysinger2005-07-221-1/+2
* Add -mieee -mieee-with-inexact to ALLOWED_FLAGS, esp. for alphaAron Griffis2005-07-111-1/+2
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* remove pointless USE=debug usage and move all the ABI flags into shared setupMike Frysinger2005-06-241-18/+10
* - update has_pic to not test for pie. add has_ssp_all and comments. Kevin F. ...Ned Ludd2005-04-281-2/+21
* filter mtune -> mcpu with gcc2 #88147Mike Frysinger2005-04-061-21/+12
* fix bug in stripping ldflags when you stripped the only itemMike Frysinger2005-03-181-12/+12
* whitespaceMichael Sterrett2005-02-191-10/+10
* - improved fPIC/fPIE handling now that the hardened-toolchain is alot less ha...Ned Ludd2005-02-071-24/+6
* - flag-o-matic updates from kevin quinn that handle pic/ssp detectionNed Ludd2005-01-291-3/+10
* Make has_m32 and has_m64 return true for amd64 multilib profiles.Jeremy Huddleston2005-01-201-2/+5
* Setting up ppc specific ALLOWED_FLAGS with the first being -mabi.Chris White2004-12-251-1/+2
* Added -m{32,64} to allowed flags on sparc.Jeremy Huddleston2004-12-221-1/+2
* mips does need to auto append -fno-PIC/-nopie in the etexec function when ebu...Ned Ludd2004-11-131-3/+2
* allow debugging flags through strip-flagsMike Frysinger2004-10-301-2/+6
* use $(tc-getCC)Mike Frysinger2004-10-281-8/+4
* Fixed has_m{32,64}(). Both functions use tc-getCC() now, thus inheritingDanny van Dyk2004-10-211-4/+6
* move gcc2-flags out of gcc.eclass and into flag-o-maticMike Frysinger2004-10-131-1/+32
* dont output to /dev/null, use a temp file insteadMike Frysinger2004-10-091-8/+11
* Add support for other classes of MIPS cpus.Robin H. Johnson2004-10-011-2/+2
* reverse parameter order of replace-cpu-flags #60597Mike Frysinger2004-09-251-7/+8
* update has_hardened for GCC_SPECS supportTravis Tilley2004-09-141-3/+6
* add -fno-stack-protector and -fno-pie to allowed flagsTravis Tilley2004-08-081-2/+2
* make is-flag work for globsAron Griffis2004-08-071-2/+3
* cockblock amd64 from the -fno-pic logic, as it will randomly break stuffTravis Tilley2004-07-281-1/+4
* back out the generic -fno and -mno filters and add a list of ABI related / -m...Mike Frysinger2004-07-271-4/+10
* update replace-flags to use atom code from filter-flags, related to #42006. ...Aron Griffis2004-07-221-14/+29
* dont strip out -fno- and -mno- related flagsMike Frysinger2004-07-181-4/+5
* revert some QA done on the multilib checks so that they work againTravis Tilley2004-07-151-5/+23
* Fix bug 56662: make filter-flags work properly with globsAron Griffis2004-07-121-13/+13
* update the copyright infoMike Frysinger2004-06-251-2/+2
* make sure CFLAGS are exported rather than just set #55092Mike Frysinger2004-06-251-6/+7
* - Localize variables in functionsAron Griffis2004-06-101-78/+76
* i almost forgot to use ${CC/ .*/} instead of calling gcc directly... that wou...Travis Tilley2004-06-101-3/+3