This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] PR35401


Hi all,

could a GWP or an Darwin maintainer approve?
This patch takes care that the built libgcc is linked against the binaries and libraries of the bootstrap compiler instead of the system ones.
Tested on i686-apple-darwin9 multilib and x86_64-apple-darwin9
Confirmed by Jack.


This patch is against trunk. I will co a 4.3 in the next minutes to confirm.

Andreas

2008-03-02 Jakub Jelinek <jakub@redhat.com>

	PR target/35401
	* config/t-slibgcc-darwin (SHLIB_INSTALL): Use install-leaf iso.
	install

Index: config/t-slibgcc-darwin
===================================================================
--- config/t-slibgcc-darwin	(revision 132806)
+++ config/t-slibgcc-darwin	(working copy)
@@ -38,7 +38,7 @@

 ifeq ($(enable_shared),yes)
 all: $(INSTALL_FILES)
-install: install-darwin-libgcc-stubs
+install-leaf: install-darwin-libgcc-stubs
 endif

# In order to support -mmacosx-version-min, you need to have multiple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]