OSDN Git Service

99bc53c2bc50a912e0a9b52f3426e728764ab235
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / xm-sco5.h
1 /* Configuration for GCC for Intel i386 running SCO.  */
2
3 #include "i386/xm-sysv3.h"
4
5 /* Big buffers improve performance.  */
6
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
13
14 /* If not compiled with GNU C, use the portable alloca.  */
15 #ifndef __GNUC__
16 #define USE_C_ALLOCA
17 #endif
18