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
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>
-rw-r--r--sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild5
-rw-r--r--sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild3
2 files changed, 7 insertions, 1 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
index 65b417750fcd..76f9525d87d0 100644
--- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
+++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -107,6 +107,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
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