Commit cac1ea54 by Philippe De Muyter Committed by Jeff Law

x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

�
        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

From-SVN: r28078
parent 86f5dfc8
......@@ -14,4 +14,4 @@ ALLOCA=alloca.o
# 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-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`
XCFLAGS=`case $@ in combine.o|expr.o|decl.o|stb.o|cse.o) echo -Wa,-j;;esac`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment