Import gcc-2.8.1.tar.bz2
[official-gcc.git] / gcc / config / i386 / xm-sco5.h
blob99bc53c2bc50a912e0a9b52f3426e728764ab235
1 /* Configuration for GCC for Intel i386 running SCO. */
3 #include "i386/xm-sysv3.h"
5 /* Big buffers improve performance. */
7 #define IO_BUFFER_SIZE (0x8000 - 1024)
8 /* OpenServer provides no sys_siglist,
9 but does offer the same data under another name. */
10 #define sys_siglist _sys_siglist
11 #undef SYS_SIGLIST_DECLARED
12 #define SYS_SIGLIST_DECLARED
14 /* If not compiled with GNU C, use the portable alloca. */
15 #ifndef __GNUC__
16 #define USE_C_ALLOCA
17 #endif