diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-10-19 06:45:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-10-19 06:45:18 +0000 |
commit | 64ce46360830fdbdc36a47e06d141525738c829c (patch) | |
tree | 56d3be182ff715c8d6eec6d169cdc9e1afffedd1 /sys-devel | |
parent | Fix build with new subversion. Bug #387379 (diff) | |
download | gentoo-2-64ce46360830fdbdc36a47e06d141525738c829c.tar.gz gentoo-2-64ce46360830fdbdc36a47e06d141525738c829c.tar.bz2 gentoo-2-64ce46360830fdbdc36a47e06d141525738c829c.zip |
Fix compilation of ld64, add back wrongly dropped LD64LIBS, thanks Charles Davis (again).
(Portage version: 2.2.01.19478-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-apple/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils-apple/files/ld64-123.2-Makefile | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog index 4c0024a758c9..18a97d315046 100644 --- a/sys-devel/binutils-apple/ChangeLog +++ b/sys-devel/binutils-apple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils-apple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.22 2011/10/18 16:43:44 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.23 2011/10/19 06:45:18 grobian Exp $ + + 19 Oct 2011; Fabian Groffen <grobian@gentoo.org> files/ld64-123.2-Makefile: + Fix compilation of ld64, add back wrongly dropped LD64LIBS, thanks Charles + Davis (again). 18 Oct 2011; Fabian Groffen <grobian@gentoo.org> files/ld64-123.2-Makefile: Fix USE=lto compilation thanks to patch from Charles Davis in bug #387481 diff --git a/sys-devel/binutils-apple/files/ld64-123.2-Makefile b/sys-devel/binutils-apple/files/ld64-123.2-Makefile index bf8c8a040b99..47af12d4b2ec 100644 --- a/sys-devel/binutils-apple/files/ld64-123.2-Makefile +++ b/sys-devel/binutils-apple/files/ld64-123.2-Makefile @@ -27,7 +27,7 @@ LTO_OBJ = LIBLTO = endif -ld64: libprunetrie.a version.o $(LTO_OBJ) +ld64: libprunetrie.a version.o $(LD64LIBS) $(LTO_OBJ) $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LIBLTO) -o $@ $^ rebase: other/rebase.o |