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