diff src/m/plexus.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 a86b2b5e0111
line wrap: on
line diff
--- a/src/m/plexus.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/plexus.h	Mon Aug 13 09:43:35 2007 +0200
@@ -86,11 +86,11 @@
 
 /* Use the following on ld so we can use the gnu crt0 
    The plexus ld looks for start                      */
-#define LD_SWITCH_MACHINE -e __start
+#define LD_SWITCH_MACHINE "-e __start"
 
 /* Use the PW library, which contains alloca.  */
 
-#define LIB_STANDARD -lPW -lc
+#define LIB_STANDARD "-lPW -lc"
 
 /* crt0.c should use the vax-bsd style of entry, with no dummy args.  */