* config/t-slibgcc-sld (SHLIB_LINK): Correct symlink.
From-SVN: r91989
This commit is contained in:
parent
fdf97ad1fd
commit
72b4c734a3
@ -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>
|
||||
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user