(install-cross-tools): Install nm from tooldir.
From-SVN: r1759
This commit is contained in:
parent
600a5d8863
commit
027cec3ba1
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user