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: Tue, 22 Dec 2020 20:25:44
Message-Id: 1608668736.f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68.grobian@gentoo
1 commit: f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 20:21:29 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 20:25:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48bb64c
7
8 profiles/prefix/darwin/macos/arch/ppc/package.mask: update binutils-apple
9
10 drop masks for removed versions
11 unmask binutils-apple-8.2.1-r100,
12 for it compiles with FSF GCC and is able to build FSF GCC.
13 (e.g. we can deprecate gcc-apple!)
14
15 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
16
17 profiles/prefix/darwin/macos/arch/ppc/package.mask | 15 ++++++---------
18 1 file changed, 6 insertions(+), 9 deletions(-)
19
20 diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask
21 index 05a1b5c5c54..fd829701ef5 100644
22 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask
23 +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask
24 @@ -7,12 +7,9 @@
25
26 # Fabian Groffen <grobian@g.o> (2012-03-05)
27 # Apple removed entire PowerPC support from ld in ld64-128.2 (4.3)
28 -# a backport of PPC support was kept until compilation with gcc-apple
29 -# was no longer possible since 7.0.
30 -# The only working versions are 3.2 and (patched) 6.3, however the
31 -# latter causes bus errors whilst compiling e.g. GCC
32 -=sys-devel/binutils-apple-4.3-r2
33 -=sys-devel/binutils-apple-5.1-r1
34 -=sys-devel/binutils-apple-6.1-r1
35 -=sys-devel/binutils-apple-6.3-r2
36 ->sys-devel/binutils-apple-6.99999
37 +# darwin-xtools added back support and allows to be compiled from FSF
38 +# GCC for version ld64-274.2 (8.2.1), so basically 3.2.3 and the xtools
39 +# version 8.2.1 are unmasked for us, allowing a non-gcc-apple path, we
40 +# dropped all versions inbetween, mask the incompatible ones remaining
41 +=sys-devel/binutils-apple-8.2.1-r1
42 +=sys-devel/binutils-apple-11.3.1-r1