diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-12 23:49:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-12 23:49:33 +0000 |
commit | 819f438afa7f8e8910fbc2077e155da9ca1c17be (patch) | |
tree | 1905532ac2151a114129eedb8d7de2fa1b127146 /gcc/config/m68k | |
parent | 96d3201d52fff56739f8283706be2131128cfbc4 (diff) | |
download | gcc-819f438afa7f8e8910fbc2077e155da9ca1c17be.tar.gz |
�
* m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/x-mot3300 | 2 |
1 files changed, 1 insertions, 1 deletions
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` |