diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-22 21:21:29 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-22 21:25:36 +0100 |
commit | f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68 (patch) | |
tree | 897edef547fa2685a60f20fea9507fff36dbdf69 /profiles | |
parent | sys-devel/binutils-apple: cleanup overshadowed versions (diff) | |
download | gentoo-f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68.tar.gz gentoo-f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68.tar.bz2 gentoo-f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68.zip |
profiles/prefix/darwin/macos/arch/ppc/package.mask: update binutils-apple
drop masks for removed versions
unmask binutils-apple-8.2.1-r100,
for it compiles with FSF GCC and is able to build FSF GCC.
(e.g. we can deprecate gcc-apple!)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/package.mask | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 05a1b5c5c541..fd829701ef56 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -7,12 +7,9 @@ # Fabian Groffen <grobian@gentoo.org> (2012-03-05) # Apple removed entire PowerPC support from ld in ld64-128.2 (4.3) -# a backport of PPC support was kept until compilation with gcc-apple -# was no longer possible since 7.0. -# The only working versions are 3.2 and (patched) 6.3, however the -# latter causes bus errors whilst compiling e.g. GCC -=sys-devel/binutils-apple-4.3-r2 -=sys-devel/binutils-apple-5.1-r1 -=sys-devel/binutils-apple-6.1-r1 -=sys-devel/binutils-apple-6.3-r2 ->sys-devel/binutils-apple-6.99999 +# darwin-xtools added back support and allows to be compiled from FSF +# GCC for version ld64-274.2 (8.2.1), so basically 3.2.3 and the xtools +# version 8.2.1 are unmasked for us, allowing a non-gcc-apple path, we +# dropped all versions inbetween, mask the incompatible ones remaining +=sys-devel/binutils-apple-8.2.1-r1 +=sys-devel/binutils-apple-11.3.1-r1 |