comparison src/s/sco5.h @ 46:6a22abad6937 r19-15

Import from CVS: tag r19-15
author cvs
date Mon, 13 Aug 2007 08:55:31 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
45:7705b7aa3b8a 46:6a22abad6937
50 #endif 50 #endif
51 51
52 #ifndef __GNUC__ 52 #ifndef __GNUC__
53 #define LINKER cc -Xc 53 #define LINKER cc -Xc
54 #else 54 #else
55 #define LINKER gcc -Xc 55 #define LINKER gcc
56 #endif 56 #endif
57 57
58 #undef LIBX11_SYSTEM 58 #undef LIBX11_SYSTEM
59 #define LIBX11_SYSTEM -lsocket 59 #define LIBX11_SYSTEM -lsocket
60 60
83 83
84 #ifndef __GNUC__ 84 #ifndef __GNUC__
85 #define C_OPTIMIZE_SWITCH -O3 -Xc 85 #define C_OPTIMIZE_SWITCH -O3 -Xc
86 #define C_DEBUG_SWITCH -g -Xc 86 #define C_DEBUG_SWITCH -g -Xc
87 #else 87 #else
88 #define C_OPTIMIZE_SWITCH -O99 -m486 -fomit-frame-pointer -Xc 88 #define C_OPTIMIZE_SWITCH -O99 -m486 -fomit-frame-pointer
89 #define C_DEBUG_SWITCH -g -Xc 89 #define C_DEBUG_SWITCH -g
90 #endif 90 #endif
91 91
92 /* configure can't get this right linking fails unless -lsocket is used. */ 92 /* configure can't get this right linking fails unless -lsocket is used. */
93 #undef HAVE_XSCREENNUMBEROFSCREEN 93 #undef HAVE_XSCREENNUMBEROFSCREEN
94 #define HAVE_XSCREENNUMBEROFSCREEN 94 #define HAVE_XSCREENNUMBEROFSCREEN
98 98
99 /* SCO does have TIOCGWINSZ. */ 99 /* SCO does have TIOCGWINSZ. */
100 #undef BROKEN_TIOCGWINSZ 100 #undef BROKEN_TIOCGWINSZ
101 #define NEED_PTEM_H 101 #define NEED_PTEM_H
102 102
103 #ifndef __GNUC__
103 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xc.o 104 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xc.o
105 #else
106 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o
107 #endif
104 #define LIB_STANDARD -lc 108 #define LIB_STANDARD -lc
105 109
106 /* Send signals to subprocesses by "typing" signal chars at them. */ 110 /* Send signals to subprocesses by "typing" signal chars at them. */
107 #define SIGNALS_VIA_CHARACTERS 111 #define SIGNALS_VIA_CHARACTERS
108 112