diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-16 20:23:20 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-16 20:23:20 +0000 |
commit | 8bf9ccb249cb98e1cabe93c085a946bc00ebb425 (patch) | |
tree | 7e2559f6a2d2873bb20bec4011a5869f351aa917 /gcc | |
parent | ce889f00cd1e8c5fd27628746b53cd8f206e64a3 (diff) | |
download | gcc-8bf9ccb249cb98e1cabe93c085a946bc00ebb425.zip gcc-8bf9ccb249cb98e1cabe93c085a946bc00ebb425.tar.gz gcc-8bf9ccb249cb98e1cabe93c085a946bc00ebb425.tar.bz2 |
*** empty log message ***
From-SVN: r1596
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/x-dpx2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/x-dpx2 b/gcc/config/m68k/x-dpx2 index f109257..e12c146 100644 --- a/gcc/config/m68k/x-dpx2 +++ b/gcc/config/m68k/x-dpx2 @@ -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 |