Mercurial > hg > xemacs-beta
diff src/s/isc4-1.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 |
line wrap: on
line diff
--- a/src/s/isc4-1.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/isc4-1.h Mon Aug 13 09:43:35 2007 +0200 @@ -9,19 +9,19 @@ #define ISC4_1 #undef LIBS_SYSTEM -#define LIBS_SYSTEM -linet +#define LIBS_SYSTEM "-linet" /* uddeborg@carmen.se recommends the rest of this file. */ /* A special startup file is used when compiling with Posix. */ -#define START_FILES pre-crt0.o /lib/crtp1.o +#define START_FILES "pre-crt0.o /lib/crtp1.o" /* -lPW is only needed if not using Gcc. */ #undef LIB_STANDARD #if defined (__GNUC__) -# define LIB_STANDARD -lcposix -lc /lib/crtn.o +# define LIB_STANDARD "-lcposix -lc /lib/crtn.o" #else /* !__GNUC__ */ -# define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o +# define LIB_STANDARD "-lPW -lcposix -lc /lib/crtn.o" #endif /* !__GNUC__ */ /* We have Posix termios. */