comparison src/s/cxux.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 2d532a89d707
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
45 * way it is linked is different for 7.0). 45 * way it is linked is different for 7.0).
46 */ 46 */
47 /* #define USING_CX_UX_7 */ 47 /* #define USING_CX_UX_7 */
48 48
49 #ifdef USING_CX_UX_7 49 #ifdef USING_CX_UX_7
50 #define LINKER /usr/sde/coff/usr/bin/ld 50 #define LINKER "/usr/sde/coff/usr/bin/ld"
51 #define LD_SWITCH_SYSTEM -L/usr/sde/coff/usr/lib -zzero_word 51 #define LD_SWITCH_SYSTEM "-L/usr/sde/coff/usr/lib -zzero_word"
52 #define START_FILES pre-crt0.o /usr/sde/coff/usr/lib/crt0.o /usr/sde/coff/usr/lib/m88100.o 52 #define START_FILES "pre-crt0.o /usr/sde/coff/usr/lib/crt0.o /usr/sde/coff/usr/lib/m88100.o"
53 #else /* !USING_CX_UX_7 */ 53 #else /* !USING_CX_UX_7 */
54 #ifdef _M88K 54 #ifdef _M88K
55 #define START_FILES pre-crt0.o /lib/crt0.o 55 #define START_FILES "pre-crt0.o /lib/crt0.o"
56 #else 56 #else
57 #define START_FILES cxux-crt0.o /lib/crt0.o 57 #define START_FILES "cxux-crt0.o /lib/crt0.o"
58 #endif 58 #endif
59 #endif /* USING_CX_UX_7 */ 59 #endif /* USING_CX_UX_7 */
60 60
61 /* SYSTEM_TYPE should indicate the kind of system you are using. 61 /* SYSTEM_TYPE should indicate the kind of system you are using.
62 It sets the Lisp variable system-type. */ 62 It sets the Lisp variable system-type. */
63 63
64 #define SYSTEM_TYPE "usg-unix-v" 64 #define SYSTEM_TYPE "usg-unix-v"
65 65
66 #define C_SWITCH_SYSTEM -Xa 66 #define C_SWITCH_SYSTEM "-Xa"
67 67
68 /* Letter to use in finding device name of first pty, 68 /* Letter to use in finding device name of first pty,
69 if system supports pty's. 'a' means it is /dev/ptya0 */ 69 if system supports pty's. 'a' means it is /dev/ptya0 */
70 70
71 #define FIRST_PTY_LETTER 'A' 71 #define FIRST_PTY_LETTER 'A'