*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 16 Jul 1992 20:23:20 +0000 (20:23 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 16 Jul 1992 20:23:20 +0000 (20:23 +0000)
From-SVN: r1596

gcc/config/m68k/x-dpx2

index f1092577936c997ffba690867d0966d06947904f..e12c146aba084ce3c9efe571d19ddc27e8f48467 100644 (file)
@@ -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