diff src/s/newsos5.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/newsos5.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/newsos5.h	Mon Aug 13 09:43:35 2007 +0200
@@ -31,7 +31,7 @@
 #undef LIB_STANDARD
 
 #undef LIBS_SYSTEM
-#define LIBS_SYSTEM -lsocket -lnsl -lgen
+#define LIBS_SYSTEM "-lsocket -lnsl -lgen"
 
 /* Disable use of "unexelf.c" and shared libraries, because
    "unexelf.c" doesn't work correctly on NEWS-OS.  "unexmips.c" does
@@ -42,6 +42,6 @@
 /* Use `ld' directly rather than ordinary link, because ordinary link
    can't produce a non-ELF executable.  */
 #undef ORDINARY_LINK
-#define LINKER /usr/lib/cmplrs/cc/ld
-#define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o
-#define LIB_STANDARD -lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o
+#define LINKER "/usr/lib/cmplrs/cc/ld"
+#define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o"
+#define LIB_STANDARD "-lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o"