* configure.in (nm): Make a link to "nm" in the build tree too.
authorJeffrey A Law <law@cygnus.com>
Wed, 17 Jun 1998 08:13:23 +0000 (08:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Jun 1998 08:13:23 +0000 (02:13 -0600)
From-SVN: r20535

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 1267c7e87ec67980d5f1569ad3930a7f5c0269e5..88a56d68cb78834244e76d404412e1a8a93d848b 100644 (file)
@@ -1,5 +1,7 @@
 Wed Jun 17 08:38:13 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * configure.in (nm): Make a link to "nm" in the build tree too.
+
        * mn10300.md (andsi3): Fix typo.
 
 Tue Jun 16 22:58:40 1998  Richard Henderson  <rth@cygnus.com>
index 1711761f8263e5c477d278d376fd8738d68c0eab..135603747f1c53b61ac1d9474e9f4994cc193a38 100755 (executable)
@@ -5115,6 +5115,11 @@ if [ -f ../gas/Makefile ]; then
        rm -f as; $symbolic_link ../gas/as-new$host_exeext as$host_exeext 2>/dev/null
 fi
 
+# If we have nm in the build tree, make a link to it.
+if [ -f ../binutils/Makefile ]; then
+       rm -f nm; $symbolic_link ../binutils/nm-new$host_exeext nm$host_exeext 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
@@ -5126,7 +5131,7 @@ fi
 
 # Figure out what assembler alignment features are present.
 echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
-echo "configure:5130: checking assembler alignment features" >&5
+echo "configure:5135: checking assembler alignment features" >&5
 gcc_cv_as=
 gcc_cv_as_alignment_features=
 if [ -x as$host_exeext ]; then
index 210b46263918b2554b0deed870b0350dbf8e9cc0..1575f8889a79b98fd70985b88528edd37c695161 100644 (file)
@@ -3271,6 +3271,11 @@ if [[ -f ../gas/Makefile ]]; then
        rm -f as; $symbolic_link ../gas/as-new$host_exeext as$host_exeext 2>/dev/null
 fi
 
+# If we have nm in the build tree, make a link to it.
+if [[ -f ../binutils/Makefile ]]; then
+       rm -f nm; $symbolic_link ../binutils/nm-new$host_exeext nm$host_exeext 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