Commit 027cec3b by Richard Stallman

(install-cross-tools): Install nm from tooldir.

From-SVN: r1759
parent 600a5d88
...@@ -1295,7 +1295,7 @@ install-cross-tools: install-dir ...@@ -1295,7 +1295,7 @@ install-cross-tools: install-dir
then \ then \
if [ -d $(tooldir)/. ] ; \ if [ -d $(tooldir)/. ] ; \
then \ then \
for file in as ld ar ranlib; do \ for file in as ld ar nm ranlib; do \
if [ -f $(libsubdir)/$$file ] ; \ if [ -f $(libsubdir)/$$file ] ; \
then true; \ then true; \
else \ else \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment