diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-14 20:38:52 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-14 20:38:52 +0000 |
commit | 4f15720ca9c647eb7998dfdec1d847823765ce16 (patch) | |
tree | 46fc0f3dc481b104a2ee30aa01459b354321ac12 /gcc | |
parent | f73aaf532447bd9d6e36588b5b2ff325226e7957 (diff) | |
download | gcc-4f15720ca9c647eb7998dfdec1d847823765ce16.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/xm-sco.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-sco.h b/gcc/config/i386/xm-sco.h new file mode 100644 index 00000000000..4177ae15768 --- /dev/null +++ b/gcc/config/i386/xm-sco.h @@ -0,0 +1,11 @@ +/* Configuration for GCC for Intel i386 running SCO. */ + +#include "xm-i386v.h" + +/* On SCO 3.2.1, ldexp rejects values outside [0.5, 1). */ + +#define BROKEN_LDEXP + +/* Big buffers improve performance. */ + +#define IO_BUFFER_SIZE (0x8000 - 1024) |