aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-12-31 13:07:59 -0800
committerJim Wilson <wilson@gcc.gnu.org>1992-12-31 13:07:59 -0800
commit669b6587f55c1e72f9698ace63c0a76f7e60f339 (patch)
tree99adc0454570fde5a6af2c4886fe8332666f6786
parenta99bf70c252a6164bd924892c14ac7994c482249 (diff)
downloadgcc-669b6587f55c1e72f9698ace63c0a76f7e60f339.zip
gcc-669b6587f55c1e72f9698ace63c0a76f7e60f339.tar.gz
gcc-669b6587f55c1e72f9698ace63c0a76f7e60f339.tar.bz2
(TARGET_SWITCHES): -m68030 does not imply -m68881.
From-SVN: r3019
-rw-r--r--gcc/config/m68k/m68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h
index 0ae5425..83a3ea6 100644
--- a/gcc/config/m68k/m68k.h
+++ b/gcc/config/m68k/m68k.h
@@ -117,7 +117,7 @@ extern int target_flags;
{ "nosky", -0200}, \
{ "68020-40", 0407}, \
{ "68030", -01400}, \
- { "68030", 7}, \
+ { "68030", 5}, \
{ "68040", 01007}, \
{ "", TARGET_DEFAULT}}
/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */