1ebf0c3e4b462e0e5f792dc4f993701bc80b6611
[gcc.git] / gcc / config / m68k / x-mot3300
1 ALLOCA=alloca.o
2
3 # This disables the long/short jump optimization.
4 # I use sysV68 R3V7.1 RM04 (phdm@info.ucl.ac.be)
5 # Since ss-950318, with jump optimization enabled, "as" issues a warning
6 # when assembling combine.s :
7 # aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)
8 # but later "/bin/ld" complains with
9 # ld: relocation entry found for non-relocatable symbol in combine.o
10 # and the produced "cc1" fails with SIGSEGV
11 # and "/usr/local/bin/ld" merely fails with
12 # collect2: ld terminated with signal 11, core dumped
13 # Another possible fix would be to split combine.c.
14 # Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;
15 # and for cp/decl.c; aren't those files too big ?
16 # With egcs-1.1.2, this also happens for f/expr.o and f/stb.o
17 XCFLAGS=`case $@ in combine.o|expr.o|decl.o|stb.o) echo -Wa,-j;;esac`