aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/x-mot3300
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-06-01 17:43:50 -0600
committerJeff Law <law@gcc.gnu.org>1999-06-01 17:43:50 -0600
commit187fd695737379f399ecd113d669e159c809bd6a (patch)
tree5b560831eaa04090d50097fb57f649992c7bcdf0 /gcc/config/m68k/x-mot3300
parent332f27afcfbdc65d4ce9fda3b2d967e3d852b9ff (diff)
downloadgcc-187fd695737379f399ecd113d669e159c809bd6a.zip
gcc-187fd695737379f399ecd113d669e159c809bd6a.tar.gz
gcc-187fd695737379f399ecd113d669e159c809bd6a.tar.bz2
x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
8 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o. From-SVN: r27299
Diffstat (limited to 'gcc/config/m68k/x-mot3300')
-rw-r--r--gcc/config/m68k/x-mot33008
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/config/m68k/x-mot3300 b/gcc/config/m68k/x-mot3300
index 3d7e3c3..1ebf0c3 100644
--- a/gcc/config/m68k/x-mot3300
+++ b/gcc/config/m68k/x-mot3300
@@ -5,11 +5,13 @@ ALLOCA=alloca.o
# Since ss-950318, with jump optimization enabled, "as" issues a warning
# when assembling combine.s :
# aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)
-# but later "ld" complains with
+# but later "/bin/ld" complains with
# ld: relocation entry found for non-relocatable symbol in combine.o
# and the produced "cc1" fails with SIGSEGV
+# and "/usr/local/bin/ld" merely fails with
+# collect2: ld terminated with signal 11, core dumped
# Another possible fix would be to split combine.c.
# Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;
# and for cp/decl.c; aren't those files too big ?
-# With egcs-970910, this also happens for f/expr.o and f/stb.o
-XCFLAGS=`case $@ in combine.o|expr.o|decl.o|f/expr.o|f/stb.o) echo -Wa,-j;;esac`
+# With egcs-1.1.2, this also happens for f/expr.o and f/stb.o
+XCFLAGS=`case $@ in combine.o|expr.o|decl.o|stb.o) echo -Wa,-j;;esac`