diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-05-14 20:38:52 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-05-14 20:38:52 +0000 |
commit | 52f13eb521683a470185e08c097d50b59b8129f2 (patch) | |
tree | 46fc0f3dc481b104a2ee30aa01459b354321ac12 /gcc | |
parent | 2e409261a6a3b6a3c882ea5176789118fd5cee8a (diff) | |
download | gcc-52f13eb521683a470185e08c097d50b59b8129f2.zip gcc-52f13eb521683a470185e08c097d50b59b8129f2.tar.gz gcc-52f13eb521683a470185e08c097d50b59b8129f2.tar.bz2 |
entered into RCS
From-SVN: r977
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 0000000..4177ae1 --- /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) |