diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-13 13:52:29 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-13 13:52:29 -0700 |
commit | 9799853d2983aab7d9140a50a59b4527e5c0cfe9 (patch) | |
tree | 72265348c6db78185af5323144891dfed0d63d6a /gcc | |
parent | 109140655e4230e3efa1ec489dd46d815f1b82e1 (diff) | |
download | gcc-9799853d2983aab7d9140a50a59b4527e5c0cfe9.zip gcc-9799853d2983aab7d9140a50a59b4527e5c0cfe9.tar.gz gcc-9799853d2983aab7d9140a50a59b4527e5c0cfe9.tar.bz2 |
(TARGET_SWITCHES): Make -m68040 set 01007 not 01000.
From-SVN: r1815
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/m68k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 1eebad7..a8782bd 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) */ |