* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
This commit is contained in:
parent
3cf125fcee
commit
0e25edcacc
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
|
||||
|
||||
* ylwrap: If the program is a relative path, force it to be
|
||||
absolute.
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ CC_FOR_TARGET = ` \
|
|||
if [ -f $$r/gcc/xgcc ] ; then \
|
||||
if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
|
||||
if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
|
||||
echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
|
||||
echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/$(TARGET_SUBDIR)/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
|
||||
else \
|
||||
echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
|
||||
fi; \
|
||||
|
@ -303,8 +303,8 @@ RANLIB_FOR_TARGET = ` \
|
|||
fi`
|
||||
|
||||
NM_FOR_TARGET = ` \
|
||||
if [ -f $$r/binutils/nm.new ] ; then \
|
||||
echo $$r/binutils/nm.new ; \
|
||||
if [ -f $$r/binutils/nm-new ] ; then \
|
||||
echo $$r/binutils/nm-new ; \
|
||||
else \
|
||||
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
|
||||
echo $(NM); \
|
||||
|
|
Loading…
Reference in a new issue