diff options
Diffstat (limited to 'gcc/config/m68k/hp3bsd.h')
-rw-r--r-- | gcc/config/m68k/hp3bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp3bsd.h b/gcc/config/m68k/hp3bsd.h index d800f7a137b..34405f88350 100644 --- a/gcc/config/m68k/hp3bsd.h +++ b/gcc/config/m68k/hp3bsd.h @@ -2,7 +2,7 @@ /* See m68k.h. 7 means 68020 with 68881. */ -#define TARGET_DEFAULT 7 +#define TARGET_DEFAULT (MASK_BITFIELD|MASK_68881|MASK_68020) /* Define __HAVE_68881__ in preprocessor, unless -msoft-float is specified. This will control the use of inline 68881 insns in certain macros. */ |