comparison src/m/tower32.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 a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
81 #define SWITCH_ENUM_BUG 1 81 #define SWITCH_ENUM_BUG 1
82 82
83 /* The standard C library is -lcieee, not -lc. 83 /* The standard C library is -lcieee, not -lc.
84 Also use the PW library, which contains alloca. */ 84 Also use the PW library, which contains alloca. */
85 85
86 #define LIB_STANDARD -lPW -lcieee 86 #define LIB_STANDARD "-lPW -lcieee"
87 87
88 /* crt0.c should use the vax-bsd style of entry. Beware that if you have 88 /* crt0.c should use the vax-bsd style of entry. Beware that if you have
89 OS release 2.00.00 or later, *and* change src/ymakefile so that CFLAGS 89 OS release 2.00.00 or later, *and* change src/ymakefile so that CFLAGS
90 includes C_OPTIMIZE_SWITCH rather than C_DEBUG_SWITCH, you need to 90 includes C_OPTIMIZE_SWITCH rather than C_DEBUG_SWITCH, you need to
91 uncomment CRT0_DUMMIES and C_OPTIMIZE_SWITCH below. */ 91 uncomment CRT0_DUMMIES and C_OPTIMIZE_SWITCH below. */