92e6e51e94
From-SVN: r4438
10 lines
199 B
C
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
|