xref: /openbsd/gnu/usr.bin/gcc/gcc/config/m68k/sun3n.h (revision c87b03e5)
1 /* Define target machine as a Sun 3 with no 68881.  */
2 
3 #define TARGET_DEFAULT (MASK_BITFIELD|MASK_68020)
4 
5 #include "m68k/sun3.h"
6 
7 /* Don't try using XFmode.  */
8 #undef LONG_DOUBLE_TYPE_SIZE
9 #define LONG_DOUBLE_TYPE_SIZE 64
10