configure.in: Make symlink to as-new rather than as.new.
authorJan-Jaap van der Heijden <J.J.vanderHeijden@student.utwente.nl>
Sun, 7 Sep 1997 16:00:47 +0000 (18:00 +0200)
committerJeff Law <law@gcc.gnu.org>
Sun, 7 Sep 1997 16:00:47 +0000 (10:00 -0600)
        * configure.in: Make symlink to as-new rather than as.new.  Similarly
        for ld-new.
        * configure: Rebuilt.

From-SVN: r15133

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 32daca505b535b9f05302e971e6cdca797b6b313..92b0a7e9e2dce2feb0265bea3524f81aa0182bea 100644 (file)
@@ -1,3 +1,9 @@
+Sun Sep  7 09:59:08 1997  Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
+
+        * configure.in: Make symlink to as-new rather than as.new.  Similarly
+       for ld-new.
+       * configure: Rebuilt.
+
 Fri Sep  5 16:54:55 1997  Jim Wilson  <wilson@cygnus.com>
 
        * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
index 0999828ba842a2eeac0486b2348acbe5699cda2b..a214424e377bfe85e8bbac293c7ca57cfcd8f33a 100755 (executable)
@@ -4370,15 +4370,15 @@ fi
 
 # If we have gas in the build tree, make a link to it.
 if [ -f ../gas/Makefile ]; then
-       rm -f as; $symbolic_link ../gas/as.new as 2>/dev/null
+       rm -f as; $symbolic_link ../gas/as-new as 2>/dev/null
 fi
 
 # If we have ld in the build tree, make a link to it.
 if [ -f ../ld/Makefile ]; then
 #      if [[ x$use_collect2 = x ]]; then
-#              rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null
+#              rm -f ld; $symbolic_link ../ld/ld-new ld 2>/dev/null
 #      else
-               rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null
+               rm -f collect-ld; $symbolic_link ../ld/ld-new collect-ld 2>/dev/null
 #      fi
 fi
 
index bcae8380be675ed57259c3352f291b3760c351f1..1210c57e4d83f6c893f1adb4e2f644f142bfc9e9 100644 (file)
@@ -2898,15 +2898,15 @@ fi
 
 # If we have gas in the build tree, make a link to it.
 if [[ -f ../gas/Makefile ]]; then
-       rm -f as; $symbolic_link ../gas/as.new as 2>/dev/null
+       rm -f as; $symbolic_link ../gas/as-new as 2>/dev/null
 fi
 
 # If we have ld in the build tree, make a link to it.
 if [[ -f ../ld/Makefile ]]; then
 #      if [[ x$use_collect2 = x ]]; then
-#              rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null
+#              rm -f ld; $symbolic_link ../ld/ld-new ld 2>/dev/null
 #      else
-               rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null
+               rm -f collect-ld; $symbolic_link ../ld/ld-new collect-ld 2>/dev/null
 #      fi
 fi