summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 4.5 -mno-* flags to exception list.Ryan Hill2010-05-081-1/+4
* Add append-libs() functionJonathan Callen2010-04-021-1/+16
* Remove last of bindnow-flags.Samuli Suominen2010-02-171-10/+1
* New function: no-as-needed which returns the value to disable asneeded, for G...Samuli Suominen2009-10-041-1/+9
* quote ~ when checking unstable arches to avoid home expansion #281311 by Flor...Mike Frysinger2009-08-161-2/+2
* Bug #281311 - Escape ~ inside strip-flags().Zac Medico2009-08-151-2/+2
* err.Samuli Suominen2009-07-291-2/+2
* Die if bindnow-flags is detected. Nothing in tree is using it anymore, includ...Samuli Suominen2009-07-291-2/+3
* add -mplt to allowed flags #278276 by Zhang LeMike Frysinger2009-07-201-2/+2
* Update with new instruction sets.Ryan Hill2009-06-091-2/+4
* fix another think-o in append-flags unification #271141 by Sebastian LechteMike Frysinger2009-05-261-2/+2
* typo fix: cpp->c for append-cflagsMichael Sterrett2009-05-241-2/+2
* add a dedicated append-cflags function and define append-flags in terms of ot...Mike Frysinger2009-05-231-5/+14
* do not strip -fno-omit-frame-pointer #270497 by Mart RaudseppMike Frysinger2009-05-231-3/+3
* remove the Darwin hook, it seemingly has been obsoletedFabian Groffen2009-04-051-7/+1
* backport fix for x86-macos in filter-flags from PrefixFabian Groffen2009-04-041-1/+7
* Add append-cxxflags functionGordon Malm2009-01-211-1/+11
* Only append flags in _filter-hardened if they are validGordon Malm2009-01-081-4/+4
* Fix typo, there is no gcc-specs-ssp-all functionGordon Malm2009-01-081-2/+2
* neuter bindnow-flags even moreMike Frysinger2009-01-041-17/+3
* Add some fno-strict-overflow stuff we missed. Thanks Magnus Granberg (Zorry).Gordon Malm2009-01-021-1/+4
* gcc emits -fstrict-overflow on '>gcc-4.2' need to be able to disable that and...Ned Ludd2008-12-211-4/+4
* do not filter TOC related flags for ppc64Mike Frysinger2008-11-031-2/+2
* Also declare new_FFLAGS and new_FCFLAGS as arrays in replace-flags(). Bug #2...Ryan Hill2008-09-141-2/+2
* [Fortran] Add Fortran support to filter-flags(), append-flags(), is-flagq(), ...Donnie Berkholz2008-07-031-12/+83
* Warn when using append-ldflags to pass libraries to link to.Diego Elio Pettenò2008-06-071-1/+7
* redirect the ewarn message to stderrSven Wegener2008-02-181-2/+2
* add eclass documentation #210394 by mrenMike Frysinger2008-02-161-89/+142
* Add -W* and -w to ALLOWED_FLAGS.Donnie Berkholz2007-07-221-1/+2
* allow -fno-strict-aliasing in strip-flags as pointed out by nyhmMike Frysinger2007-05-121-3/+4
* add new function append-cppflags and support CPPFLAGS a little betterMike Frysinger2007-03-241-2/+9
* add -gstabs to allowed flag list #169352Mike Frysinger2007-03-041-2/+3
* declare/shuffle around maintainersMike Frysinger2007-03-041-3/+3
* allow all CPPFLAGS -D* in strip-flags #159402Mike Frysinger2006-12-291-2/+2
* dont filter -msecure-pltMike Frysinger2006-12-271-2/+3
* rewrite some the flag handling functions to be simpler and to fix introducing...Mike Frysinger2006-11-151-42/+46
* move gcc2-flags() to the gcc2 ebuildMike Frysinger2006-11-151-23/+1
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-3/+3
* allow -mschedule for hppaMike Frysinger2006-08-011-2/+2
* rewrite filter-mfpmath a bit to avoid executing external programs like tr and...Mike Frysinger2006-07-161-6/+8
* document maintainersMike Frysinger2006-06-151-3/+4
* allow -fno-ident #129763 by Nicholas DoyleMike Frysinger2006-04-151-1/+2
* 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