summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-17 10:23:33 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-17 10:23:33 +0000
commitef75d16985c942c1856bcbdaf1c15d222fe1c1ee (patch)
treebccc2967e0274c72957397d437e1b899f4f7d5db /sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild
parentnet-libs/libasyncns: stable 0.8-r4 for sparc, bug #678124 (diff)
downloadgentoo-ef75d16985c942c1856bcbdaf1c15d222fe1c1ee.tar.gz
gentoo-ef75d16985c942c1856bcbdaf1c15d222fe1c1ee.tar.bz2
gentoo-ef75d16985c942c1856bcbdaf1c15d222fe1c1ee.zip
sys-libs/libstdc++-v3: filter out unsupported -fstack-check, bug #610064
gcc-3.3 does not support -fstack-check* flags. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/610064 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild')
-rw-r--r--sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild
index 463c97dfdc07..b89d40642ecd 100644
--- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild
+++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild
@@ -122,6 +122,9 @@ do_filter_flags() {
filter-flags -frecord-gcc-switches
filter-flags '-fdiagnostics-color*'
+ # Bug #610064
+ filter-flags '-fstack-check*'
+
# ...sure, why not?
strip-unsupported-flags