diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-05 11:50:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-05 11:50:06 +0000 |
commit | dc7cbd209b4ace2b3de0158b7145d5776c67d14b (patch) | |
tree | 90329413d7fd44ae4975fc27525bfa624dcaaffd /profiles/prefix | |
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')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/package.mask | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 9a0f5cd2eee8..ee837bdaf0b2 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.330 2012/02/20 07:51:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.331 2012/03/05 11:50:06 grobian Exp $ + + 05 Mar 2012; Fabian Groffen <grobian@gentoo.org> + darwin/macos/arch/ppc/package.mask: + 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 20 Feb 2012; Fabian Groffen <grobian@gentoo.org> packages: Update packages to reflect same baselayout atom as in base profile, thanks 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 |