aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-19 20:05:09 +0000
committerRichard Stallman <rms@gnu.org>1992-07-19 20:05:09 +0000
commite5d91d5ef8d7e08b50f990dcaed4cbab8936154f (patch)
treee39cd1866f27fed249b9fdfc81edd1bb658861de
parent4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3 (diff)
downloadgcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.zip
gcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.tar.gz
gcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.tar.bz2
entered into RCS
From-SVN: r1633
-rw-r--r--gcc/config/m68k/x-dpx22
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/x-dpx2 b/gcc/config/m68k/x-dpx2
index e12c146..5886773 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