comparison src/m/elxsi.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
112 #define DONT_NEED_ENVIRON 112 #define DONT_NEED_ENVIRON
113 113
114 /* The elxsi has no debugger, so might as well optimize instead 114 /* The elxsi has no debugger, so might as well optimize instead
115 of trying to make a symbol table. */ 115 of trying to make a symbol table. */
116 116
117 #define C_DEBUG_SWITCH -O 117 #define C_DEBUG_SWITCH "-O"
118 118
119 /* Elxsi uses COFF under both Sys V and BSD environments */ 119 /* Elxsi uses COFF under both Sys V and BSD environments */
120 120
121 #define COFF 121 #define COFF
122 122