Mercurial > hg > xemacs-beta
diff src/m/intel386.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 3bb7ccffb0c0 |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/m/intel386.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/intel386.h Mon Aug 13 09:43:35 2007 +0200 @@ -139,16 +139,15 @@ /* Since cannot purify, use standard Xenix 386 startup code. */ -#define START_FILES /lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o +#define START_FILES "/lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o" /* These really use terminfo. */ -#define LIBS_TERMCAP /lib/386/Slibcurses.a \ - /lib/386/Slibtinfo.a /lib/386/Slibx.a +#define LIBS_TERMCAP "/lib/386/Slibcurses.a /lib/386/Slibtinfo.a /lib/386/Slibx.a" /* Standard libraries for this machine. Since `-l' doesn't work in `ld'. */ /* '__fltused' is unresolved w/o Slibcfp.a */ -#define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a +#define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a" #else /* not XENIX */ /* this brings in alloca() if we're using cc */ @@ -156,9 +155,9 @@ #if 0 /* mrb: -lPW is now autodetected, anyways */ #ifndef LIB_STANDARD #ifdef USG5_4 -#define LIB_STANDARD -lc +#define LIB_STANDARD "-lc" #else /* not USG5_4 */ -#define LIB_STANDARD -lPW -lc +#define LIB_STANDARD "-lPW -lc" #endif /* not USG5_4 */ #endif /* LIB_STANDARD */ #endif /* 0 */