summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-01-28 11:04:36 +0100
committerFabian Groffen <grobian@gentoo.org>2019-01-28 11:37:06 +0100
commit9ec71f06c08cd6bafeaeddb92abd57473ff1e456 (patch)
treeb3a4aae1da1147ba7c62ce403265b771d7be2498 /profiles/prefix
parentsys-libs/ldb: Fixed dependency on dev-util/cmocka (diff)
downloadgentoo-9ec71f06c08cd6bafeaeddb92abd57473ff1e456.tar.gz
gentoo-9ec71f06c08cd6bafeaeddb92abd57473ff1e456.tar.bz2
gentoo-9ec71f06c08cd6bafeaeddb92abd57473ff1e456.zip
profiles/prefix/darwin/macos/arch/ppc/package.mask: clarify gcc mask
Remove mentioning of Perl as problem with GCC-8, it is actually the linker that has a problem with libgcc_s' implementation of stack unwinding. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/darwin/macos/arch/ppc/package.mask6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask
index bdbdebe73aa0..af8de6185855 100644
--- a/profiles/prefix/darwin/macos/arch/ppc/package.mask
+++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask
@@ -6,9 +6,9 @@
# Fabian Groffen <grobian@gentoo.org> (25 Dec 2018)
-# GCC-8.2.0 causes a problem with Perl-5.28 where Configure wrongly
-# believes every function it checks is available. Need to revisit this
-# at a later point.
+# GCC-8.2.0 has a faulty libgcc_s, which causes C++ exceptions not the
+# caught in certain conditions. ld64 is the notable condition leading
+# to configure believing every function it checks is available.
>=sys-devel/gcc-8
# Fabian Groffen <grobian@gentoo.org> (22 Dec 2018)