public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple/files: ld64-95.2.12-Makefile
@ 2010-03-21 19:33 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-21 19:33 UTC (permalink / raw
  To: gentoo-commits

grobian     10/03/21 19:33:09

  Added:                ld64-95.2.12-Makefile
  Log:
  Revision bump for usage of Xcode 3.2's ld64.  Use Heiko Przybyl's patches to remove the dependency on Apple's libunwind.  Port all ebuilds to EAPI=3
  (Portage version: 2.2.00.15838-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.1                  sys-devel/binutils-apple/files/ld64-95.2.12-Makefile

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile?rev=1.1&content-type=text/plain

Index: ld64-95.2.12-Makefile
===================================================================
CPPFLAGS += -Iinclude -Iabstraction -Ild -Iother -I.

#all: machocheck rebase unwinddump dyldinfo ObjectDump ld64
all: rebase unwinddump dyldinfo ObjectDump ld64

libprunetrie.a: other/PruneTrie.o other/prune_trie.h
	$(AR) -r -c libprunetrie.a other/PruneTrie.o

ld64: libprunetrie.a ld/ld.o ld/Options.o ld/debugline.o version.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^

rebase: other/rebase.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^

dyldinfo: other/dyldinfo.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^

unwinddump: other/unwinddump.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^

ObjectDump: other/ObjectDump.o ld/debugline.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^

machocheck: other/machochecker.o
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^







^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple/files: ld64-95.2.12-Makefile
@ 2010-03-22 20:49 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-22 20:49 UTC (permalink / raw
  To: gentoo-commits

grobian     10/03/22 20:49:28

  Modified:             ld64-95.2.12-Makefile
  Log:
  Tell ar to build an index, such that the linker doesn't fail with 'archive has no table of contents' on intel platforms
  (Portage version: 2.2.00.15838-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.2                  sys-devel/binutils-apple/files/ld64-95.2.12-Makefile

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile?r1=1.1&r2=1.2

Index: ld64-95.2.12-Makefile
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/files/ld64-95.2.12-Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ld64-95.2.12-Makefile	21 Mar 2010 19:33:08 -0000	1.1
+++ ld64-95.2.12-Makefile	22 Mar 2010 20:49:27 -0000	1.2
@@ -1,10 +1,10 @@
 CPPFLAGS += -Iinclude -Iabstraction -Ild -Iother -I.
 
-#all: machocheck rebase unwinddump dyldinfo ObjectDump ld64
+# dropped machocheck due to compilation failures
 all: rebase unwinddump dyldinfo ObjectDump ld64
 
 libprunetrie.a: other/PruneTrie.o other/prune_trie.h
-	$(AR) -r -c libprunetrie.a other/PruneTrie.o
+	$(AR) -s -r -c libprunetrie.a other/PruneTrie.o
 
 ld64: libprunetrie.a ld/ld.o ld/Options.o ld/debugline.o version.o
 	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-22 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21 19:33 [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple/files: ld64-95.2.12-Makefile Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-22 20:49 Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox