diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-02-09 11:28:17 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-02-09 11:28:17 -0500 |
commit | 009a9bb650c015c3d9c9eeb9c484d0c8eb12d168 (patch) | |
tree | 1deebbaba6d9b98e7e16dfe64e56192ca03b286d /eclass/flag-o-matic.eclass | |
parent | sys-libs/glibc: add upstream fix for #602968 and move 2.24 to ~arch (diff) | |
download | gentoo-009a9bb650c015c3d9c9eeb9c484d0c8eb12d168.tar.gz gentoo-009a9bb650c015c3d9c9eeb9c484d0c8eb12d168.tar.bz2 gentoo-009a9bb650c015c3d9c9eeb9c484d0c8eb12d168.zip |
flag-o-matic.eclass: whitelist -fstack-check #607710
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index d2f504b34fa0..23319ad407f5 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -25,7 +25,7 @@ all-flag-vars() { setup-allowed-flags() { ALLOWED_FLAGS=( -pipe -O '-O[12sg]' -mcpu -march -mtune - '-fstack-protector*' '-fsanitize*' + '-fstack-protector*' '-fsanitize*' '-fstack-check*' -fbounds-check -fbounds-checking -fno-strict-overflow -fno-PIE -fno-pie -nopie -no-pie -fno-unit-at-a-time -g '-g[0-9]' -ggdb '-ggdb[0-9]' '-gdwarf-*' gstabs -gstabs+ |