diff options
author | Philippe De Muyter <phdm@macqel.be> | 1999-07-12 17:49:33 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-12 17:49:33 -0600 |
commit | cac1ea546a4a206a3d1eb9784f1c6653fc166816 (patch) | |
tree | 1905532ac2151a114129eedb8d7de2fa1b127146 /gcc | |
parent | 86f5dfc891d7b167468eb0cc155530ad5229ee41 (diff) | |
download | gcc-cac1ea546a4a206a3d1eb9784f1c6653fc166816.zip gcc-cac1ea546a4a206a3d1eb9784f1c6653fc166816.tar.gz gcc-cac1ea546a4a206a3d1eb9784f1c6653fc166816.tar.bz2 |
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
Diffstat (limited to 'gcc')
-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 1ebf0c3..14d86d1 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` |