mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-10 04:42:35 +01:00
10 lines
234 B
C
10 lines
234 B
C
|
/* Define target machine as an ISI 68000/68020 with no 68881. */
|
||
|
|
||
|
#define TARGET_DEFAULT (MASK_BITFIELD|MASK_68020)
|
||
|
|
||
|
#include "m68k/isi.h"
|
||
|
|
||
|
/* Don't try using XFmode. */
|
||
|
#undef LONG_DOUBLE_TYPE_SIZE
|
||
|
#define LONG_DOUBLE_TYPE_SIZE 64
|