aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-08-13 20:52:29 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-08-13 20:52:29 +0000
commit033a0209461fd52baf291a95b2d276a3051dddea (patch)
tree72265348c6db78185af5323144891dfed0d63d6a /gcc/config/m68k/m68k.h
parent2b1361a96a96a54ffe2db021651c28a07c96975c (diff)
(TARGET_SWITCHES): Make -m68040 set 01007 not 01000.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1815 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k.h')
-rw-r--r--gcc/config/m68k/m68k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h
index 1eebad7687c..a8782bd192a 100644
--- a/gcc/config/m68k/m68k.h
+++ b/gcc/config/m68k/m68k.h
@@ -118,10 +118,10 @@ extern int target_flags;
{ "68020-40", 0407}, \
{ "68030", -01400}, \
{ "68030", 7}, \
- { "68040", 01000}, \
+ { "68040", 01007}, \
{ "", TARGET_DEFAULT}}
/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */
-
+++ ss-920808/invoke.texi Wed Aug 12 14:48:32 1992
#ifdef SUPPORT_SUN_FPA
/* Blow away 68881 flag silently on TARGET_FPA (since we can't clear
any bits in TARGET_SWITCHES above) */