summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use eqawarn rather than ewarn for append-ldflags checking #423159 by Pacho RamosMike Frysinger2012-06-231-2/+2
|
* Allow header and library paths flags in setup-allowed-flags(), bug #414641Fabian Groffen2012-06-181-3/+7
|
* Update Intel/AMD instruction sets for 4.7.Ryan Hill2012-06-051-1/+3
|
* Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).Ryan Hill2012-06-051-2/+3
|
* fix moronic syntax error in previous commitMike Frysinger2012-05-311-2/+2
|
* also warn on -Wl, flags passed to append-flagsMike Frysinger2012-05-311-2/+3
|
* Sort ldflags handling functions to logic placeJustin Lecher2012-05-301-27/+27
|
* warn when people add preprocessor/linker flags with `append-flags`Mike Frysinger2012-05-261-1/+5
|
* Adds CCASFLAGS to list of flags which are filteredAnthony G. Basile2012-02-261-3/+3
|
* quote single flag arg to test-flag-PROG since we are only testing one flag, ↵Mike Frysinger2012-01-161-4/+4
| | | | and we want to handle any weirdness in that flag (such as spaces) #399055
* unify duplicated lists of variable names and duplicated code blocks, and try ↵Mike Frysinger2012-01-141-88/+52
| | | | to clean up code a bit
* mark has_m32 as dead since no one uses it, and mark has_m64 as a warning ↵Mike Frysinger2012-01-141-21/+4
| | | | until xalan-c gets fixed #398855
* delete dead funcsMike Frysinger2012-01-141-23/+1
|
* have filter-flags filter out LDFLAGS too #395619Mike Frysinger2012-01-131-7/+6
|
* Clean up setup-allowed-flags().Ryan Hill2011-12-281-26/+24
|
* Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are ↵Ryan Hill2011-12-281-10/+2
| | | | used. Move -Os to allowed flags as it's been stable since 4.0ish and drop -O0 because it breaks things a lot.
* relocate tests to tests/ subdirMike Frysinger2011-12-151-27/+1
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-1/+6
|
* allow -mx32 ABI flagMike Frysinger2011-12-071-2/+2
|
* move away from $* to "$@" to pass args sanelyMike Frysinger2011-11-141-13/+12
|
* Test that appended flags are valid. This allows people to add flags that ↵Ryan Hill2011-11-111-6/+6
| | | | were unsupported in earlier releases without needing to do version checking.
* 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
|