diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 17:58:15 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 17:58:15 -0400 |
commit | a0051c852062468aba4fb4bc2cca2356497d58c5 (patch) | |
tree | 09b5edb4f046d85954a2e3ce809cebc18e6aa31d /gcc/config/m68k/mot3300.h | |
parent | 47e538e888290454cb6773b33834951923e7f200 (diff) | |
download | gcc-a0051c852062468aba4fb4bc2cca2356497d58c5.zip gcc-a0051c852062468aba4fb4bc2cca2356497d58c5.tar.gz gcc-a0051c852062468aba4fb4bc2cca2356497d58c5.tar.bz2 |
(TARGET_DEFAULT): Use MASK_68040, not MASK_68040_ALSO.
From-SVN: r14192
Diffstat (limited to 'gcc/config/m68k/mot3300.h')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index e6160ec..fc3cc52 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ /* See m68k.h. 0407 means 68020-68040. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020) +#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) #endif /* -m[c]6800 requires special flag to the assembler. */ |