* config/t-slibgcc-sld (SHLIB_LINK): Correct symlink.

From-SVN: r91989
This commit is contained in:
Alan Modra 2004-12-10 20:58:22 +10:30
parent fdf97ad1fd
commit 72b4c734a3
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
2004-12-10 Alan Modra <amodra@bigpond.net.au>
* config/t-slibgcc-sld (SHLIB_LINK): Correct symlink.
2004-12-10 Uros Bizjak <uros@kss-loka.si>
* config/i386/i386.md (*cmpfp_sf): Change type
attribute to "multi".
* config/i386/i386.md (*cmpfp_sf): Change type attribute to "multi".
2004-12-09 Richard Henderson <rth@redhat.com>

View File

@ -17,7 +17,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
mv -f $(SHLIB_NAME) $(SHLIB_NAME).`basename $(STAGE_PREFIX)`; \
else true; fi && \
mv $(SHLIB_NAME).tmp $(SHLIB_NAME) && \
$(LN_S) $(SHLIB_SONAME) $(SHLIB_SOLINK)
$(LN_S) $(SHLIB_NAME) $(SHLIB_SOLINK)
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk. We want this delayed until actual install time.
SHLIB_INSTALL = \