Commit e5d91d5e by Richard Stallman

entered into RCS

From-SVN: r1633
parent 4a3f8d4f
...@@ -5,7 +5,7 @@ ALLOCA_FLAGS=-S ...@@ -5,7 +5,7 @@ ALLOCA_FLAGS=-S
ALLOCA_FINISH = $(AS) -o alloca.o alloca.s ALLOCA_FINISH = $(AS) -o alloca.o alloca.s
# be sure not to confuse ./as with /bin/as # be sure not to confuse ./as with /bin/as
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi` 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 # 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 # to link cc1plus, so use -g with /bin/cc, but -O with gcc
......
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