From cac1ea546a4a206a3d1eb9784f1c6653fc166816 Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Mon, 12 Jul 1999 17:49:33 -0600 Subject: [PATCH] x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. From-SVN: r28078 --- gcc/config/m68k/x-mot3300 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/x-mot3300 b/gcc/config/m68k/x-mot3300 index 1ebf0c3e4b4..14d86d180e3 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`