Mercurial > hg > xemacs-beta
diff src/m/mips.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 43dd3413c7c7 |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/src/m/mips.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/mips.h Mon Aug 13 09:43:35 2007 +0200 @@ -106,7 +106,7 @@ /* This machine requires completely different unexec code which lives in a separate file. Specify the file name. */ -#define UNEXEC unexmips.o +#define UNEXEC "unexmips.o" /* Describe layout of the address space in an executing process. */ @@ -118,24 +118,24 @@ #ifndef NEWSOS5 #ifdef BSD -/* DECstations don't have this library. - #define LIBS_MACHINE -lmld */ +/* DECstations don't have this library. */ +/* #define LIBS_MACHINE "-lmld" */ -#define LD_SWITCH_MACHINE -D 800000 +#define LD_SWITCH_MACHINE "-D 800000" #define LIBS_DEBUG -#define LINKER /bsd43/bin/ld +#define LINKER "/bsd43/bin/ld" #else /* not BSD */ -#define LIBS_MACHINE -lmld -#define LD_SWITCH_MACHINE -D 800000 -g3 -#define START_FILES pre-crt0.o /usr/lib/crt1.o -#define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o -#define LIBS_TERMCAP -lcurses +#define LIBS_MACHINE "-lmld" +#define LD_SWITCH_MACHINE "-D 800000 -g3" +#define START_FILES "pre-crt0.o /usr/lib/crt1.o" +#define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" +#define LIBS_TERMCAP "-lcurses" -#define C_SWITCH_MACHINE -I/usr/include/bsd -#define C_DEBUG_SWITCH -O -g3 +#define C_SWITCH_MACHINE "-I/usr/include/bsd" +#define C_DEBUG_SWITCH "-O -g3" #endif /* not BSD */ #endif /* not NEWSOS5 */