Commit 72b4c734 by Alan Modra

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

From-SVN: r91989
parent fdf97ad1
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>
......
......@@ -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 = \
......
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