diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-05 11:47:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-05 11:47:13 +0000 |
commit | de467bfad6fcace3d6e449581f484d1c07bf063e (patch) | |
tree | 513ec198df6af28ce2870d67d11281b7951c05ff /sys-devel | |
parent | Version bump. Fix emacs site-init filename. (diff) | |
download | gentoo-2-de467bfad6fcace3d6e449581f484d1c07bf063e.tar.gz gentoo-2-de467bfad6fcace3d6e449581f484d1c07bf063e.tar.bz2 gentoo-2-de467bfad6fcace3d6e449581f484d1c07bf063e.zip |
Remove PowerPC tweaks, Apple removed entire PowerPC support from ld in ld64-128.2. Removed ppc-macos keyword, 4.2 will be the last release for PowerPC users.
(Portage version: 2.2.01.20153-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-apple/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-4.3.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog index 1daec44af998..2d851f11016d 100644 --- a/sys-devel/binutils-apple/ChangeLog +++ b/sys-devel/binutils-apple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-apple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.30 2012/03/04 16:16:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.31 2012/03/05 11:47:13 grobian Exp $ + + 05 Mar 2012; Fabian Groffen <grobian@gentoo.org> binutils-apple-4.3.ebuild: + Remove PowerPC tweaks, Apple removed entire PowerPC support from ld in + ld64-128.2. Removed ppc-macos keyword, 4.2 will be the last release for + PowerPC users. *binutils-apple-4.3 (04 Mar 2012) diff --git a/sys-devel/binutils-apple/binutils-apple-4.3.ebuild b/sys-devel/binutils-apple/binutils-apple-4.3.ebuild index 537f435c663f..772b2ec52f9a 100644 --- a/sys-devel/binutils-apple/binutils-apple-4.3.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild,v 1.1 2012/03/04 16:16:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild,v 1.2 2012/03/05 11:47:13 grobian Exp $ EAPI="3" @@ -25,7 +25,7 @@ SRC_URI="http://www.opensource.apple.com/tarballs/ld64/${LD64}.tar.gz http://www.gentoo.org/~grobian/distfiles/libunwind-llvm-115426.tar.bz2" LICENSE="APSL-2" -KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~x64-macos ~x86-macos" IUSE="lto test" RDEPEND="sys-devel/binutils-config @@ -66,7 +66,6 @@ src_prepare() { cd "${S}"/${LD64}/src cp "${FILESDIR}"/ld64-128.2-Makefile Makefile epatch "${FILESDIR}"/ld64-127.2-lto.patch - epatch "${FILESDIR}"/ld64-127.2-ppc-range-warning.patch ln -s ../../${CCTOOLS}/include cp other/prune_trie.h include/mach-o/ || die @@ -90,11 +89,6 @@ src_prepare() { echo "char ldVersionString[] = ${VER_STR};" > version.cpp epatch "${FILESDIR}"/ld64-123.2-debug-backtrace.patch - if [[ ${CHOST} == powerpc*-darwin* ]] ; then - epatch "${FILESDIR}"/ld64-123.2-darwin8-no-mlong-branch-warning.patch - sed -i -e '/#include <mach-o\/loader.h>/a\#include <mach/i386/thread_status.h>' \ - ld/HeaderAndLoadCommands.hpp || die - fi if use !lto ; then sed -i -e '/#define LTO_SUPPORT 1/d' other/ObjectDump.cpp || die fi |