aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k-psos.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-06-08 14:19:47 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-06-08 14:19:47 -0400
commit9811059c69ab2ba37915915055d59ac58bf10419 (patch)
tree3765b0c3345b9333de5f01de3773548e7849f548 /gcc/config/m68k/m68k-psos.h
parenteb5ce910419ea79722f9e5ea88331a8051c8fac4 (diff)
downloadgcc-9811059c69ab2ba37915915055d59ac58bf10419.zip
gcc-9811059c69ab2ba37915915055d59ac58bf10419.tar.gz
gcc-9811059c69ab2ba37915915055d59ac58bf10419.tar.bz2
(TARGET_DEFAULT): Use MASK_* macros instead of explicit constants in
definitions or conditionals. From-SVN: r12245
Diffstat (limited to 'gcc/config/m68k/m68k-psos.h')
-rw-r--r--gcc/config/m68k/m68k-psos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k-psos.h b/gcc/config/m68k/m68k-psos.h
index d775c6e..8e5b843 100644
--- a/gcc/config/m68k/m68k-psos.h
+++ b/gcc/config/m68k/m68k-psos.h
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */
the floating-point support package. */
#undef TARGET_DEFAULT
-#define TARGET_DEFAULT 01007
+#define TARGET_DEFAULT (MASK_68040_ONLY|MASK_BITFIELD|MASK_68881|MASK_68020)
/* Options passed to CPP, GAS, CC1 and CC1PLUS. We override
m68k-none.h for consistency with TARGET_DEFAULT. */