Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/ppc/
Date: Mon, 28 Jan 2019 19:31:51
Message-Id: 1548671826.9ec71f06c08cd6bafeaeddb92abd57473ff1e456.grobian@gentoo
1 commit: 9ec71f06c08cd6bafeaeddb92abd57473ff1e456
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 10:04:36 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 10:37:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec71f06
7
8 profiles/prefix/darwin/macos/arch/ppc/package.mask: clarify gcc mask
9
10 Remove mentioning of Perl as problem with GCC-8, it is actually the
11 linker that has a problem with libgcc_s' implementation of stack
12 unwinding.
13
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 profiles/prefix/darwin/macos/arch/ppc/package.mask | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask
20 index bdbdebe73aa..af8de618585 100644
21 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask
22 +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask
23 @@ -6,9 +6,9 @@
24
25
26 # Fabian Groffen <grobian@g.o> (25 Dec 2018)
27 -# GCC-8.2.0 causes a problem with Perl-5.28 where Configure wrongly
28 -# believes every function it checks is available. Need to revisit this
29 -# at a later point.
30 +# GCC-8.2.0 has a faulty libgcc_s, which causes C++ exceptions not the
31 +# caught in certain conditions. ld64 is the notable condition leading
32 +# to configure believing every function it checks is available.
33 >=sys-devel/gcc-8
34
35 # Fabian Groffen <grobian@g.o> (22 Dec 2018)