Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document optional args to raw-ldflags | Mike Frysinger | 2011-10-08 | 1 | -2/+4 |
| | |||||
* | add pointer to docs in append-lfs-flags too | Mike Frysinger | 2011-08-17 | 1 | -1/+2 |
| | |||||
* | test the actual # of args and not whether their expansion is an empty string | Mike Frysinger | 2011-08-17 | 1 | -3/+3 |
| | |||||
* | document what each LFS flag does exactly | Mike Frysinger | 2011-08-17 | 1 | -1/+5 |
| | |||||
* | use -c rather than -S when testing flags so that we can check for assembler ↵ | Mike Frysinger | 2011-07-12 | 1 | -4/+4 |
| | | | | flags and not just compiler flags (which lets use check -Wa,--xxx flags #373743) | ||||
* | turn `ewarn` for dead flags into `die` | Mike Frysinger | 2011-07-12 | 1 | -70/+8 |
| | |||||
* | Allow -fpermissive. | Ryan Hill | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Add -mfloat-gprs, -mspe, and -mno-spe for bug #353008 and new flags for 4.6. | Ryan Hill | 2011-02-01 | 1 | -2/+5 |
| | |||||
* | Add 4.5 -mno-* flags to exception list. | Ryan Hill | 2010-05-08 | 1 | -1/+4 |
| | |||||
* | Add append-libs() function | Jonathan Callen | 2010-04-02 | 1 | -1/+16 |
| | |||||
* | Remove last of bindnow-flags. | Samuli Suominen | 2010-02-17 | 1 | -10/+1 |
| | |||||
* | New function: no-as-needed which returns the value to disable asneeded, for ↵ | Samuli Suominen | 2009-10-04 | 1 | -1/+9 |
| | | | | GNU ld only at this time. | ||||
* | quote ~ when checking unstable arches to avoid home expansion #281311 by ↵ | Mike Frysinger | 2009-08-16 | 1 | -2/+2 |
| | | | | Florian Manschwetus | ||||
* | Bug #281311 - Escape ~ inside strip-flags(). | Zac Medico | 2009-08-15 | 1 | -2/+2 |
| | |||||
* | err. | Samuli Suominen | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | Die if bindnow-flags is detected. Nothing in tree is using it anymore, ↵ | Samuli Suominen | 2009-07-29 | 1 | -2/+3 |
| | | | | including any of the old revisions. | ||||
* | add -mplt to allowed flags #278276 by Zhang Le | Mike Frysinger | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Update with new instruction sets. | Ryan Hill | 2009-06-09 | 1 | -2/+4 |
| | |||||
* | fix another think-o in append-flags unification #271141 by Sebastian Lechte | Mike Frysinger | 2009-05-26 | 1 | -2/+2 |
| | |||||
* | typo fix: cpp->c for append-cflags | Michael Sterrett | 2009-05-24 | 1 | -2/+2 |
| | |||||
* | add a dedicated append-cflags function and define append-flags in terms of ↵ | Mike Frysinger | 2009-05-23 | 1 | -5/+14 |
| | | | | other append-*flags functions | ||||
* | do not strip -fno-omit-frame-pointer #270497 by Mart Raudsepp | Mike Frysinger | 2009-05-23 | 1 | -3/+3 |
| | |||||
* | remove the Darwin hook, it seemingly has been obsoleted | Fabian Groffen | 2009-04-05 | 1 | -7/+1 |
| | |||||
* | backport fix for x86-macos in filter-flags from Prefix | Fabian Groffen | 2009-04-04 | 1 | -1/+7 |
| | |||||
* | Add append-cxxflags function | Gordon Malm | 2009-01-21 | 1 | -1/+11 |
| | |||||
* | Only append flags in _filter-hardened if they are valid | Gordon Malm | 2009-01-08 | 1 | -4/+4 |
| | |||||
* | Fix typo, there is no gcc-specs-ssp-all function | Gordon Malm | 2009-01-08 | 1 | -2/+2 |
| | |||||
* | neuter bindnow-flags even more | Mike Frysinger | 2009-01-04 | 1 | -17/+3 |
| | |||||
* | Add some fno-strict-overflow stuff we missed. Thanks Magnus Granberg (Zorry). | Gordon Malm | 2009-01-02 | 1 | -1/+4 |
| | |||||
* | gcc emits -fstrict-overflow on '>gcc-4.2' need to be able to disable that ↵ | Ned Ludd | 2008-12-21 | 1 | -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 ppc64 | Mike Frysinger | 2008-11-03 | 1 | -2/+2 |
| | |||||
* | Also declare new_FFLAGS and new_FCFLAGS as arrays in replace-flags(). Bug ↵ | Ryan Hill | 2008-09-14 | 1 | -2/+2 |
| | | | | #234249. | ||||
* | [Fortran] Add Fortran support to filter-flags(), append-flags(), is-flagq(), ↵ | Donnie Berkholz | 2008-07-03 | 1 | -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-07 | 1 | -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 stderr | Sven Wegener | 2008-02-18 | 1 | -2/+2 |
| | |||||
* | add eclass documentation #210394 by mren | Mike Frysinger | 2008-02-16 | 1 | -89/+142 |
| | |||||
* | Add -W* and -w to ALLOWED_FLAGS. | Donnie Berkholz | 2007-07-22 | 1 | -1/+2 |
| | |||||
* | allow -fno-strict-aliasing in strip-flags as pointed out by nyhm | Mike Frysinger | 2007-05-12 | 1 | -3/+4 |
| | |||||
* | add new function append-cppflags and support CPPFLAGS a little better | Mike Frysinger | 2007-03-24 | 1 | -2/+9 |
| | |||||
* | add -gstabs to allowed flag list #169352 | Mike Frysinger | 2007-03-04 | 1 | -2/+3 |
| | |||||
* | declare/shuffle around maintainers | Mike Frysinger | 2007-03-04 | 1 | -3/+3 |
| | |||||
* | allow all CPPFLAGS -D* in strip-flags #159402 | Mike Frysinger | 2006-12-29 | 1 | -2/+2 |
| | |||||
* | dont filter -msecure-plt | Mike Frysinger | 2006-12-27 | 1 | -2/+3 |
| | |||||
* | rewrite some the flag handling functions to be simpler and to fix ↵ | Mike Frysinger | 2006-11-15 | 1 | -42/+46 |
| | | | | introducing extraneous whitespace | ||||
* | move gcc2-flags() to the gcc2 ebuild | Mike Frysinger | 2006-11-15 | 1 | -23/+1 |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -3/+3 |
| | |||||
* | allow -mschedule for hppa | Mike Frysinger | 2006-08-01 | 1 | -2/+2 |
| | |||||
* | rewrite filter-mfpmath a bit to avoid executing external programs like tr ↵ | Mike Frysinger | 2006-07-16 | 1 | -6/+8 |
| | | | | and to fix error #136800 | ||||
* | document maintainers | Mike Frysinger | 2006-06-15 | 1 | -3/+4 |
| | |||||
* | allow -fno-ident #129763 by Nicholas Doyle | Mike Frysinger | 2006-04-15 | 1 | -1/+2 |
| |