Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -nopie to the allow flag list #527214 | 2014-11-01 | 1 | -2/+2 | |
| | |||||
* | Added -mfix-r10000/-mno-fix-r10000 to ALLOWED_FLAGS for MIPS. | 2014-08-11 | 1 | -2/+2 | |
| | |||||
* | Avoid reserved names for functions and variables, bug 516092. | 2014-07-11 | 1 | -3/+3 | |
| | |||||
* | Whitespace. | 2014-07-04 | 1 | -3/+3 | |
| | |||||
* | Add -Og, -gdwarf-*, and -fabi=* to allowed flags (bug #512534, #512754). | 2014-06-14 | 1 | -5/+5 | |
| | | | | Use a glob for -fstack-protector and friends. | ||||
* | If you an empty argument to append-libs, you end up with a dangling -l ↵ | 2014-06-14 | 1 | -1/+5 | |
| | | | | without a library. Catch this in QA. Caught infra with a broken ncurses in net-dialup/xc with append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" | ||||
* | Add missing leading spaces for ALLOWED_FLAGS for 4.8 and 4.9 | 2014-02-02 | 1 | -3/+3 | |
| | |||||
* | Add -fdiagnostics* and ISA flags for 4.8 and 4.9. | 2014-02-01 | 1 | -2/+7 | |
| | |||||
* | Spelling fixes. | 2013-12-28 | 1 | -3/+3 | |
| | |||||
* | Per discussion with Flameeyes, make -l and -L always valid, and only warn ↵ | 2013-12-27 | 1 | -9/+15 | |
| | | | | about other arguments to append-libs. Also document expected arguments to append-libs. | ||||
* | There are usages in the tree of "append-libs $(pkg-config ...)"; if ↵ | 2013-12-27 | 1 | -2/+7 | |
| | | | | pkg-config returns something other than a library, append-libs can end up inserting -l-L/usr/lib64 or other weirdness. We need to check for these and warn about them. | ||||
* | Add -fno-builtin* to ALLOWED_FLAGS - requested by Justin Vrooman. | 2013-11-02 | 1 | -2/+2 | |
| | |||||
* | Consider -frecord-gcc-switches a safe flag and do not strip it with strip-flags. | 2013-10-27 | 1 | -2/+2 | |
| | |||||
* | strip-flags: log changes when they happen for user to see #487104 | 2013-10-12 | 1 | -1/+4 | |
| | |||||
* | append-*flags: revert to old behavior where we always append the flags ↵ | 2013-09-30 | 1 | -9/+24 | |
| | | | | specified rather than doing testing on them; it is not feasible to handle flags that have spaces in them #417047 | ||||
* | filter-mfpmath: handle "both" and "387+sse" forms #349172 by Kacper Kowalik | 2013-09-05 | 1 | -2/+4 | |
| | |||||
* | Don't check for twice, but check for redirect support, #445244; thanks ↵ | 2013-01-12 | 1 | -5/+4 | |
| | | | | Andrey Hippo for the patch | ||||
* | Add fix for nen gnu compiler which use -x as command line arg internally, ↵ | 2012-12-20 | 1 | -3/+8 | |
| | | | | #445244 | ||||
* | strip-flags: tweak -mfloat-abi in ALLOWED_FLAGS setup #445718 by Rick Farina | 2012-12-03 | 1 | -2/+2 | |
| | |||||
* | test-flag-PROG: read from stdin rather than directly from /dev/null as some ↵ | 2012-11-29 | 1 | -2/+2 | |
| | | | | compiler driver versions cannot handle that #443778 | ||||
* | test-flags-PROG: use arrays to simplify code a bit | 2012-11-18 | 1 | -6/+6 | |
| | |||||
* | test-flags: set the lang according to the compiler we are using rather than ↵ | 2012-11-18 | 1 | -7/+8 | |
| | | | | always testing the C frontend so that we can handle language-specific flags correctly #439914 by Alphat-PC | ||||
* | raw-ldflags: fix typo in previous commit #441808#10 | 2012-11-11 | 1 | -2/+2 | |
| | |||||
* | raw-ldflags: throw away flags that do not start with -Wl, #441808 | 2012-11-11 | 1 | -3/+9 | |
| | |||||
* | strip-flags: revert previous commit as it was unnecessary; fix _is_flagq to ↵ | 2012-10-30 | 1 | -4/+5 | |
| | | | | handle arrays #440306 by Mr. Bones. | ||||
* | strip-flags: do not add -O2 if user has -O #440306 by Denis M | 2012-10-30 | 1 | -2/+2 | |
| | |||||
* | use eqawarn rather than ewarn for append-ldflags checking #423159 by Pacho Ramos | 2012-06-23 | 1 | -2/+2 | |
| | |||||
* | Allow header and library paths flags in setup-allowed-flags(), bug #414641 | 2012-06-18 | 1 | -3/+7 | |
| | |||||
* | Update Intel/AMD instruction sets for 4.7. | 2012-06-05 | 1 | -1/+3 | |
| | |||||
* | Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin). | 2012-06-05 | 1 | -2/+3 | |
| | |||||
* | fix moronic syntax error in previous commit | 2012-05-31 | 1 | -2/+2 | |
| | |||||
* | also warn on -Wl, flags passed to append-flags | 2012-05-31 | 1 | -2/+3 | |
| | |||||
* | Sort ldflags handling functions to logic place | 2012-05-30 | 1 | -27/+27 | |
| | |||||
* | warn when people add preprocessor/linker flags with `append-flags` | 2012-05-26 | 1 | -1/+5 | |
| | |||||
* | Adds CCASFLAGS to list of flags which are filtered | 2012-02-26 | 1 | -3/+3 | |
| | |||||
* | quote single flag arg to test-flag-PROG since we are only testing one flag, ↵ | 2012-01-16 | 1 | -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 ↵ | 2012-01-14 | 1 | -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 ↵ | 2012-01-14 | 1 | -21/+4 | |
| | | | | until xalan-c gets fixed #398855 | ||||
* | delete dead funcs | 2012-01-14 | 1 | -23/+1 | |
| | |||||
* | have filter-flags filter out LDFLAGS too #395619 | 2012-01-13 | 1 | -7/+6 | |
| | |||||
* | Clean up setup-allowed-flags(). | 2011-12-28 | 1 | -26/+24 | |
| | |||||
* | Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are ↵ | 2011-12-28 | 1 | -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/ subdir | 2011-12-15 | 1 | -27/+1 | |
| | |||||
* | avoid multiple inclusions when possible to speed caching up | 2011-12-10 | 1 | -1/+6 | |
| | |||||
* | allow -mx32 ABI flag | 2011-12-07 | 1 | -2/+2 | |
| | |||||
* | move away from $* to "$@" to pass args sanely | 2011-11-14 | 1 | -13/+12 | |
| | |||||
* | Test that appended flags are valid. This allows people to add flags that ↵ | 2011-11-11 | 1 | -6/+6 | |
| | | | | were unsupported in earlier releases without needing to do version checking. | ||||
* | document optional args to raw-ldflags | 2011-10-08 | 1 | -2/+4 | |
| | |||||
* | add pointer to docs in append-lfs-flags too | 2011-08-17 | 1 | -1/+2 | |
| | |||||
* | test the actual # of args and not whether their expansion is an empty string | 2011-08-17 | 1 | -3/+3 | |
| |