diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-08 18:19:47 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-08 18:19:47 +0000 |
commit | da0f0eec6eda98904a3a04bcb690ea2b0afbbec0 (patch) | |
tree | 3765b0c3345b9333de5f01de3773548e7849f548 /gcc/config/m68k/hp3bsd44.h | |
parent | 18906bd598482bdfad4cf045aa31cd090fb3bb4a (diff) | |
download | gcc-da0f0eec6eda98904a3a04bcb690ea2b0afbbec0.tar.gz |
(TARGET_DEFAULT): Use MASK_* macros instead of explicit constants in
definitions or conditionals.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/hp3bsd44.h')
-rw-r--r-- | gcc/config/m68k/hp3bsd44.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp3bsd44.h b/gcc/config/m68k/hp3bsd44.h index b94b598d0ea..a3b652ffe35 100644 --- a/gcc/config/m68k/hp3bsd44.h +++ b/gcc/config/m68k/hp3bsd44.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. */ |