summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* document optional args to raw-ldflagsMike Frysinger2011-10-081-2/+4
|
* add pointer to docs in append-lfs-flags tooMike Frysinger2011-08-171-1/+2
|
* test the actual # of args and not whether their expansion is an empty stringMike Frysinger2011-08-171-3/+3
|
* document what each LFS flag does exactlyMike Frysinger2011-08-171-1/+5
|
* use -c rather than -S when testing flags so that we can check for assembler ↵Mike Frysinger2011-07-121-4/+4
| | | | flags and not just compiler flags (which lets use check -Wa,--xxx flags #373743)
* turn `ewarn` for dead flags into `die`Mike Frysinger2011-07-121-70/+8
|
* Allow -fpermissive.Ryan Hill2011-02-251-2/+2
|
* Add -mfloat-gprs, -mspe, and -mno-spe for bug #353008 and new flags for 4.6.Ryan Hill2011-02-011-2/+5
|
* 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 ↵Samuli Suominen2009-10-041-1/+9
| | | | GNU ld only at this time.
* quote ~ when checking unstable arches to avoid home expansion #281311 by ↵Mike Frysinger2009-08-161-2/+2
| | | | Florian Manschwetus
* 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, ↵Samuli Suominen2009-07-291-2/+3
| | | | including any of the old revisions.
* 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 ↵Mike Frysinger2009-05-231-5/+14
| | | | other append-*flags functions
* 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 ↵Ned Ludd2008-12-211-4/+4
| | | | and pass -U to undefine bad defines - http://gcc.gnu.org/gcc-4.2/changes.html
* 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 ↵Ryan Hill2008-09-141-2/+2
| | | | #234249.
* [Fortran] Add Fortran support to filter-flags(), append-flags(), is-flagq(), ↵Donnie Berkholz2008-07-031-12/+83
| | | | strip-flags(), strip-unsupported-flags(), get-flag(). Add new functions parallel to existing ones for Fortran: append-fflags(), test-flag-F77(), test-flags-FC().
* Warn when using append-ldflags to pass libraries to link to.Diego Elio Pettenò2008-06-071-1/+7
| | | | | | | Libraries shouldn't be passed as LDFLAGS, the flags should be passed before the object files to link, while libraries should be passed after. Passing libraries through LDFLAGS is one of the causes of --as-needed failures.
* 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 ↵Mike Frysinger2006-11-151-42/+46
| | | | introducing extraneous whitespace
* 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 ↵Mike Frysinger2006-07-161-6/+8
| | | | and to fix error #136800
* document maintainersMike Frysinger2006-06-151-3/+4
|
* allow -fno-ident #129763 by Nicholas DoyleMike Frysinger2006-04-151-1/+2
|