Commit cf8e67fe by Jakub Jelinek Committed by Jakub Jelinek

re PR target/35401 (libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new…

re PR target/35401 (libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new  gcc4.3 libgcc_s.1.dylib)

	PR target/35401
	* config/t-slibgcc-darwin: Make install-leaf dependent on
	install-darwin-libgcc-stubs instead of install.

From-SVN: r132819
parent 393eda6a
2008-03-02 Jakub Jelinek <jakub@redhat.com>
PR target/35401
* config/t-slibgcc-darwin: Make install-leaf dependent on
install-darwin-libgcc-stubs instead of install.
2008-01-25 Joseph Myers <joseph@codesourcery.com>
* config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
......
......@@ -38,7 +38,7 @@ SHLIB_INSTALL = \
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment