8sa1-gcc/gcc/config/m68k/sun3n.h
Richard Stallman 92e6e51e94 (LONG_DOUBLE_TYPE_SIZE): Redefine as 64.
From-SVN: r4438
1993-05-13 13:57:53 +00:00

10 lines
199 B
C

/* Define target machine as a Sun 3 with no 68881. */
#define TARGET_DEFAULT 5
#include "m68k/sun3.h"
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64