diff src/m/sgi-challenge.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 8eaf7971accc
line wrap: on
line diff
--- a/src/m/sgi-challenge.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/sgi-challenge.h	Mon Aug 13 09:43:35 2007 +0200
@@ -113,7 +113,7 @@
 #ifdef UNEXEC
 #undef UNEXEC
 #endif
-#define UNEXEC unexelfsgi.o
+#define UNEXEC "unexelfsgi.o"
 
 #define TEXT_START 0x400000
 
@@ -128,7 +128,7 @@
 
 #undef LIBS_MACHINE
 /* -lsun in case using Yellow Pages for passwords.  */
-#define LIBS_MACHINE -lsun -lmld
+#define LIBS_MACHINE "-lsun -lmld"
 #define LIBS_DEBUG
 
 /* Define this if you have a fairly recent system,
@@ -137,13 +137,13 @@
 
 #ifdef HAVE_CRTN
 /* Must define START-FILES so that the linker can find /usr/lib/crt0.o.  */
-#define START_FILES pre-crt0.o /usr/lib/crt1.o
-#define LIB_STANDARD -lbsd -nocount -lc_s -lc /usr/lib/crtn.o
+#define START_FILES "pre-crt0.o /usr/lib/crt1.o"
+#define LIB_STANDARD "-lbsd -nocount -lc_s -lc /usr/lib/crtn.o"
 #else
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
+#define START_FILES "pre-crt0.o /usr/lib/crt0.o"
 /* The entry-point label (start of text segment) is `start', not `__start'.  */
 #define DEFAULT_ENTRY_ADDRESS start
-#define LIB_STANDARD -lbsd -lc
+#define LIB_STANDARD "-lbsd -lc"
 #endif
 
 /* Use terminfo instead of termcap.  */
@@ -166,9 +166,9 @@
 
 /* By Tor Arntsen <tor@spacetec.no> for XEmacs. */
 #ifdef USE_GCC
-# define C_SWITCH_MACHINE -D_BSD_TYPES -mcpu=r4000 -mips2
+#define C_SWITCH_MACHINE "-D_BSD_TYPES -mcpu=r4000 -mips2"
 #else
 /* Turn off some "helpful" error checks for type mismatches
    that we can't fix without breaking other machines.  */
-# define C_SWITCH_MACHINE -D_BSD_TYPES -cckr -acpp -mips2
+#define C_SWITCH_MACHINE "-D_BSD_TYPES -cckr -acpp -mips2"
 #endif