diff options
author | 2012-03-05 11:50:06 +0000 | |
---|---|---|
committer | 2012-03-05 11:50:06 +0000 | |
commit | dc7cbd209b4ace2b3de0158b7145d5776c67d14b (patch) | |
tree | 90329413d7fd44ae4975fc27525bfa624dcaaffd /profiles/prefix/darwin | |
parent | Remove PowerPC tweaks, Apple removed entire PowerPC support from ld in ld64-1... (diff) | |
download | gentoo-2-dc7cbd209b4ace2b3de0158b7145d5776c67d14b.tar.gz gentoo-2-dc7cbd209b4ace2b3de0158b7145d5776c67d14b.tar.bz2 gentoo-2-dc7cbd209b4ace2b3de0158b7145d5776c67d14b.zip |
Mask binutils-apple-4.3 on PowerPC profiles, since Apple dropped entire PowerPC support and hence the linker is not able to link any code
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/package.mask | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 44a3caa4de08..02bc72a81045 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -1,8 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.mask,v 1.2 2012/03/05 11:50:06 grobian Exp $ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. - +# Fabian Groffen <grobian@gentoo.org> (5 Mar 2012) +# Apple removed entire PowerPC support from ld in ld64-128.2 +>=sys-devel/binutils-apple-4.3 |