* configure.in (nm): Make a link to "nm" in the build tree too.

From-SVN: r20535
This commit is contained in:
Jeffrey A Law 1998-06-17 08:13:23 +00:00 committed by Jeff Law
parent 1b357872d7
commit 4b95eb496d
3 changed files with 13 additions and 1 deletions

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

7
gcc/configure vendored
View File

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

View 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