Mercurial > hg > xemacs-beta
diff src/m/iris5d.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/iris5d.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/iris5d.h Mon Aug 13 09:43:35 2007 +0200 @@ -102,7 +102,7 @@ #undef UNEXEC #endif /* FSF renames this file to unexsgi.o */ -#define UNEXEC unexelfsgi.o +#define UNEXEC "unexelfsgi.o" #define TEXT_START 0x400000 @@ -117,7 +117,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, @@ -126,13 +126,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 -lc /usr/lib/crtn.o +#define START_FILES "pre-crt0.o /usr/lib/crt1.o" +#define LIB_STANDARD "-lbsd -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. */ @@ -156,5 +156,5 @@ #ifndef __GNUC__ /* Turn off some "helpful" error checks for type mismatches that we can't fix without breaking other machines. */ -#define C_SWITCH_MACHINE -cckr +#define C_SWITCH_MACHINE "-cckr" #endif