aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/t-iris5-6
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/t-iris5-6')
-rw-r--r--gcc/config/mips/t-iris5-62
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/t-iris5-6 b/gcc/config/mips/t-iris5-6
index 4dc73204338..a8c26beab7b 100644
--- a/gcc/config/mips/t-iris5-6
+++ b/gcc/config/mips/t-iris5-6
@@ -12,7 +12,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
-o $(SHLIB_NAME).tmp @multilib_flags@ $(SHLIB_OBJS) -lc && \
rm -f $(SHLIB_SOLINK) && \
if [ -f $(SHLIB_NAME) ]; then \
- mv -f $(SHLIB_NAME) $(SHLIB_NAME).`basename $(STAGE_PREFIX)`; \
+ mv -f $(SHLIB_NAME) $(SHLIB_NAME).backup; \
else true; fi && \
mv $(SHLIB_NAME).tmp $(SHLIB_NAME) && \
$(LN_S) $(SHLIB_NAME) $(SHLIB_SOLINK)