diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-03-24 19:34:04 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-03-24 19:34:04 +0000 |
commit | 8966728b66b6be4e2c710e155b8a071cbecd712d (patch) | |
tree | 5294ae0de823bd1df2a90b196acdefae383fdc3a /sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild | |
parent | stable x86, bug 307219 (diff) | |
download | gentoo-2-8966728b66b6be4e2c710e155b8a071cbecd712d.tar.gz gentoo-2-8966728b66b6be4e2c710e155b8a071cbecd712d.tar.bz2 gentoo-2-8966728b66b6be4e2c710e155b8a071cbecd712d.zip |
Bump patchset to include heiko_'s message before abort patch to make sure the actual problem is emitted before the linker aborts (libstdc++ issue it seems)
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild index 32a35c65c047..94147b31e993 100644 --- a/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild,v 1.2 2010/03/21 20:41:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild,v 1.3 2010/03/24 19:34:04 grobian Exp $ EAPI="3" @@ -11,7 +11,7 @@ RESTRICT="test" # the test suite will test what's installed. # http://lists.apple.com/archives/Darwin-dev/2009/Sep/msg00025.html LD64=ld64-95.2.12 CCTOOLS=cctools-750 -UNWIND=binutils-apple-3.2-unwind-patches-1 +UNWIND=binutils-apple-3.2-unwind-patches-2 DESCRIPTION="Darwin assembler as(1) and static linker ld(1), Xcode Tools 3.2" HOMEPAGE="http://www.opensource.apple.com/darwinsource/" @@ -76,6 +76,8 @@ src_prepare() { echo "char ldVersionString[] = ${VER_STR};" > version.cpp epatch "${WORKDIR}"/ld64-unwind/${LD64}-unlibunwind.patch + [[ ${CHOST} == *-darwin10 ]] && \ + epatch "${WORKDIR}"/ld64-unwind/${LD64}-message-before-abort.patch [[ ${CHOST} == powerpc*-darwin* ]] && \ epatch "${FILESDIR}"/${LD64}-darwin8-no-mlong-branch-warning.patch |