]> gcc.gnu.org Git - gcc.git/commitdiff
re PR target/35401 (libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new...
authorJakub Jelinek <jakub@redhat.com>
Sun, 2 Mar 2008 22:06:32 +0000 (23:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 2 Mar 2008 22:06:32 +0000 (23:06 +0100)
PR target/35401
* config/t-slibgcc-darwin: Make install-leaf dependent on
install-darwin-libgcc-stubs instead of install.

From-SVN: r132819

libgcc/ChangeLog
libgcc/config/t-slibgcc-darwin

index e418769c4a545add1dfaac0fbe700e852de7960c..589f44b53690360b1a37d0593b3e43b860afbc46 100644 (file)
@@ -1,3 +1,9 @@
+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-*,
index d1e43119dfce26fad07f530916929f156d0588f8..3dd172367f416d28a098d6655b3e9c7262741130 100644 (file)
@@ -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
This page took 0.05763 seconds and 5 git commands to generate.