diff 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
line wrap: on
line diff
--- a/src/s/cxux.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/cxux.h	Mon Aug 13 09:43:35 2007 +0200
@@ -47,14 +47,14 @@
 /* #define USING_CX_UX_7 */
 
 #ifdef USING_CX_UX_7
-#define LINKER /usr/sde/coff/usr/bin/ld
-#define LD_SWITCH_SYSTEM -L/usr/sde/coff/usr/lib -zzero_word
-#define START_FILES pre-crt0.o /usr/sde/coff/usr/lib/crt0.o /usr/sde/coff/usr/lib/m88100.o
+#define LINKER "/usr/sde/coff/usr/bin/ld"
+#define LD_SWITCH_SYSTEM "-L/usr/sde/coff/usr/lib -zzero_word"
+#define START_FILES "pre-crt0.o /usr/sde/coff/usr/lib/crt0.o /usr/sde/coff/usr/lib/m88100.o"
 #else	/* !USING_CX_UX_7 */
 #ifdef	_M88K
-#define	START_FILES pre-crt0.o /lib/crt0.o
+#define	START_FILES "pre-crt0.o /lib/crt0.o"
 #else
-#define	START_FILES cxux-crt0.o /lib/crt0.o
+#define	START_FILES "cxux-crt0.o /lib/crt0.o"
 #endif
 #endif	/* USING_CX_UX_7 */
 
@@ -63,7 +63,7 @@
 
 #define SYSTEM_TYPE "usg-unix-v"
 
-#define C_SWITCH_SYSTEM -Xa
+#define C_SWITCH_SYSTEM "-Xa"
 
 /* Letter to use in finding device name of first pty,
   if system supports pty's.  'a' means it is /dev/ptya0  */