diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-19 20:05:09 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-19 20:05:09 +0000 |
commit | e5d91d5ef8d7e08b50f990dcaed4cbab8936154f (patch) | |
tree | e39cd1866f27fed249b9fdfc81edd1bb658861de /gcc | |
parent | 4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3 (diff) | |
download | gcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.zip gcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.tar.gz gcc-e5d91d5ef8d7e08b50f990dcaed4cbab8936154f.tar.bz2 |
entered into RCS
From-SVN: r1633
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/x-dpx2 | 2 |
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 |