entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Thu, 14 May 1992 20:38:52 +0000 (20:38 +0000)
committerCharles Hannum <mycroft@gnu.org>
Thu, 14 May 1992 20:38:52 +0000 (20:38 +0000)
From-SVN: r977

gcc/config/i386/xm-sco.h [new file with mode: 0644]

diff --git a/gcc/config/i386/xm-sco.h b/gcc/config/i386/xm-sco.h
new file mode 100644 (file)
index 0000000..4177ae1
--- /dev/null
@@ -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)