(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits

due to FP emulator bugs in the target kernel.

From-SVN: r5823
This commit is contained in:
Richard Stallman 1993-10-20 05:10:13 +00:00
parent 76c12b015c
commit db4f69a89f
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 0201
/* Let's guess that the SCO software FPU emulator can't handle
80-bit XFmode insns, so don't generate them. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Use crt1.o as a startup file and crtn.o as a closing file. */
#undef STARTFILE_SPEC