aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-06-17 08:13:23 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-17 02:13:23 -0600
commit4b95eb496dc3b0bc1680ad978be4b2f094de556d (patch)
treec33cb5d34def272c08424c68f3db606b9269a70b /gcc/configure
parent1b357872d7ce4600a1d24b1eca94d7bace7c31ab (diff)
downloadgcc-4b95eb496dc3b0bc1680ad978be4b2f094de556d.zip
gcc-4b95eb496dc3b0bc1680ad978be4b2f094de556d.tar.gz
gcc-4b95eb496dc3b0bc1680ad978be4b2f094de556d.tar.bz2
* configure.in (nm): Make a link to "nm" in the build tree too.
From-SVN: r20535
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 1711761..1356037 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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