entered into RCS
From-SVN: r1633
This commit is contained in:
parent
4a3f8d4ffc
commit
e5d91d5ef8
@ -5,7 +5,7 @@ ALLOCA_FLAGS=-S
|
||||
ALLOCA_FINISH = $(AS) -o alloca.o alloca.s
|
||||
# be sure not to confuse ./as with /bin/as
|
||||
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi`
|
||||
GAS = $(libsubdir)/as
|
||||
GAS = gas
|
||||
#
|
||||
# as of gcc-2.2.1 gcc -g produces too many .stabd's for /bin/ld
|
||||
# to link cc1plus, so use -g with /bin/cc, but -O with gcc
|
||||
|
Loading…
Reference in New Issue
Block a user