diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-15 22:47:31 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-15 22:48:26 +0100 |
commit | cbd036828459a4bf8a147d1f9c6caa698da8e814 (patch) | |
tree | 7c5307a0f1ece9e39e08e10340c21f5e89483c4a /eclass | |
parent | sys-kernel/vanilla-sources: bump (diff) | |
download | gentoo-cbd036828459a4bf8a147d1f9c6caa698da8e814.tar.gz gentoo-cbd036828459a4bf8a147d1f9c6caa698da8e814.tar.bz2 gentoo-cbd036828459a4bf8a147d1f9c6caa698da8e814.zip |
flag-o-matic.eclass: Allow -gz for compressed debug sections, bug 636986
Closes: https://bugs.gentoo.org/636986
Diffstat (limited to '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 d14221624d6d..14b84fbdbebe 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -27,7 +27,7 @@ setup-allowed-flags() { '-fstack-protector*' '-fsanitize*' '-fstack-check*' -fno-stack-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+ + -g '-g[0-9]' -ggdb '-ggdb[0-9]' '-gdwarf-*' gstabs -gstabs+ -gz -fno-ident -fpermissive -frecord-gcc-switches '-fdiagnostics*' '-fplugin*' '-W*' -w |