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
This commit is contained in:
Philippe De Muyter 1999-07-12 17:49:33 -06:00 committed by Jeff Law
parent 86f5dfc891
commit cac1ea546a
1 changed files with 1 additions and 1 deletions

View File

@ -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`