Mercurial > hg > xemacs-beta
diff src/m/mips-siemens.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/mips-siemens.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/mips-siemens.h Mon Aug 13 09:43:35 2007 +0200 @@ -121,7 +121,7 @@ #ifdef UNEXEC #undef UNEXEC #endif -#define UNEXEC unexsni.o +#define UNEXEC "unexsni.o" #undef ORDINARY_LINK @@ -129,20 +129,20 @@ /* Alter some of the options used when linking. */ -#define LIBS_MACHINE -lmld -#define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o +#define LIBS_MACHINE "-lmld" +#define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o" #ifdef LIB_STANDARD #undef LIB_STANDARD #endif -#define LIB_STANDARD -lc /usr/ccs/lib/crtn.o +#define LIB_STANDARD "-lc /usr/ccs/lib/crtn.o" #ifdef __GNUC__ #define C_DEBUG_SWITCH -#define C_OPTIMIZE_SWITCH -O +#define C_OPTIMIZE_SWITCH "-O" #define LD_SWITCH_MACHINE #else -#define C_DEBUG_SWITCH -DSYSV -#define C_OPTIMIZE_SWITCH -DSYSV +#define C_DEBUG_SWITCH "-DSYSV" +#define C_OPTIMIZE_SWITCH "-DSYSV " #define LD_SWITCH_MACHINE #endif