x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
authorPhilippe De Muyter <phdm@macqel.be>
Mon, 12 Jul 1999 23:49:33 +0000 (17:49 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Jul 1999 23:49:33 +0000 (17:49 -0600)

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

From-SVN: r28078

gcc/config/m68k/x-mot3300

index 1ebf0c3e4b462e0e5f792dc4f993701bc80b6611..14d86d180e34727bcbba9e1982b2ed969d3c24ab 100644 (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`