From e5d91d5ef8d7e08b50f990dcaed4cbab8936154f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 19 Jul 1992 20:05:09 +0000 Subject: [PATCH] entered into RCS From-SVN: r1633 --- gcc/config/m68k/x-dpx2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/x-dpx2 b/gcc/config/m68k/x-dpx2 index e12c146aba0..5886773f2f6 100644 --- a/gcc/config/m68k/x-dpx2 +++ b/gcc/config/m68k/x-dpx2 @@ -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 -- 2.30.2