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>
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
# 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
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