2005-01-18 Hans-Peter Nilsson <hp@axis.com>
* libnosys/Makefile.in (LD, AS): Correct obsoleted suffix: Say as-new and ld-new, not as.new and ld.new.
This commit is contained in:
parent
464d01bf6e
commit
7a01d046d4
@ -1,3 +1,8 @@
|
||||
2005-01-18 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* libnosys/Makefile.in (LD, AS): Correct obsoleted suffix: Say
|
||||
as-new and ld-new, not as.new and ld.new.
|
||||
|
||||
2005-01-14 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* libnosys/warning.h (__make_section_unallocated)
|
||||
|
@ -44,15 +44,15 @@ SHELL = /bin/sh
|
||||
CC = @CC@
|
||||
|
||||
#AS = @AS@
|
||||
AS = `if [ -f ${objroot}/../gas/as.new ] ; \
|
||||
then echo ${objroot}/../gas/as.new ; \
|
||||
AS = `if [ -f ${objroot}/../gas/as-new ] ; \
|
||||
then echo ${objroot}/../gas/as-new ; \
|
||||
else echo as ; fi`
|
||||
|
||||
AR = @AR@
|
||||
|
||||
#LD = @LD@
|
||||
LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
|
||||
then echo ${objroot}/../ld/ld.new ; \
|
||||
LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
|
||||
then echo ${objroot}/../ld/ld-new ; \
|
||||
else echo ld ; fi`
|
||||
|
||||
RANLIB = @RANLIB@
|
||||
|
Loading…
Reference in New Issue
Block a user