Commit 8bf9ccb2 by Richard Stallman

*** empty log message ***

From-SVN: r1596
parent ce889f00
......@@ -4,7 +4,8 @@ ALLOCA = alloca.o
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`
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi`
GAS = $(libsubdir)/as
#
# 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
......
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