From: Philippe De Muyter Date: Mon, 12 Jul 1999 23:49:28 +0000 (-0600) Subject: x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. X-Git-Tag: prereleases/gcc-2.95-test~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c1fa4817ed4d951901046c378e7e55f6a07164;p=thirdparty%2Fgcc.git x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. 8 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. [[Split portion of a mixed commit.]] From-SVN: r28077.1 --- diff --git a/gcc/config/m68k/x-mot3300 b/gcc/config/m68k/x-mot3300 index 1ebf0c3e4b46..14d86d180e34 100644 --- a/gcc/config/m68k/x-mot3300 +++ b/gcc/config/m68k/x-mot3300 @@ -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`