diff src/m/sps7.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
line wrap: on
line diff
--- a/src/m/sps7.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/sps7.h	Mon Aug 13 09:43:35 2007 +0200
@@ -64,19 +64,19 @@
  * SMX--If you are using 32 bit (COFF) use "-N", else don't use anything.
  */
 
-#define LD_SWITCH_MACHINE -N -T32 -e __start
+#define LD_SWITCH_MACHINE "-N -T32 -e __start"
 
 /* If you are compiling for a 68020, then use -lc32 else use -lc */
 
-#define LIB_STANDARD -lc32
+#define LIB_STANDARD "-lc32"
 
 /* Fore 16 bit, -linet, for 32 bit -linet32 (be sure you have it!). */
 
-#define LIBS_MACHINE -linet32
+#define LIBS_MACHINE "-linet32"
 
 /* Use -T32 for 68020, -T16 otherwise */
 
-#define C_SWITCH_MACHINE -T32
+#define C_SWITCH_MACHINE "-T32"
 
 #define BROKEN_SIGIO