aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-04 00:28:05 +0000
committerRichard Stallman <rms@gnu.org>1992-08-04 00:28:05 +0000
commit027cec3ba13e98b554378b1e57ebfc1791b3f2c5 (patch)
tree7d223cf6324cb2faef43934ca2c62e9ba9fcd716
parent600a5d8863b1800e2dbf85e62baae61d0b4178c3 (diff)
downloadgcc-027cec3ba13e98b554378b1e57ebfc1791b3f2c5.zip
gcc-027cec3ba13e98b554378b1e57ebfc1791b3f2c5.tar.gz
gcc-027cec3ba13e98b554378b1e57ebfc1791b3f2c5.tar.bz2
(install-cross-tools): Install nm from tooldir.
From-SVN: r1759
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index bd5f830..30f8126 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1295,7 +1295,7 @@ install-cross-tools: install-dir
then \
if [ -d $(tooldir)/. ] ; \
then \
- for file in as ld ar ranlib; do \
+ for file in as ld ar nm ranlib; do \
if [ -f $(libsubdir)/$$file ] ; \
then true; \
else \