diff src/m/acorn.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/acorn.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/acorn.h	Mon Aug 13 09:43:35 2007 +0200
@@ -140,10 +140,10 @@
 #define LIBS_DEBUG
 
 /* Avoid sharing libc */
-#define LIB_STANDARD -lc_n
+#define LIB_STANDARD "-lc_n"
 
 /* Avoid sharing libX11 */
-#define LIB_X11_LIB -lX11_n
+#define LIB_X11_LIB "-lX11_n"
 
 /* All kinds of symbol definitions, so as to avoid multiply defined symbol
    errors from the RISCiX linker. */
@@ -151,10 +151,10 @@
 #ifdef __GNUC__
 #define C_DEBUG_SWITCH
 
-#define C_OPTIMIZE_SWITCH -O1 -fomit-frame-pointer -w -g -Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind -Doptarg=gnu_optarg -Dcfree=gnu_cfree -D___type=
+#define C_OPTIMIZE_SWITCH "-O1 -fomit-frame-pointer -w -g -Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind -Doptarg=gnu_optarg -Dcfree=gnu_cfree -D___type="
 
 #else
-#define C_DEBUG_SWITCH -O -w -g -Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind -Doptarg=gnu_optarg -Dcfree=gnu_cfree
+#define C_DEBUG_SWITCH "-O -w -g -Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind -Doptarg=gnu_optarg -Dcfree=gnu_cfree"
 #endif
 
 /* Turn this on to avoid the emacs malloc and use standard one */
@@ -166,7 +166,7 @@
 
 #ifdef NO_REMAP
 /* CRT0_O is defined in s/riscix1-1.h or s/riscix1-2.h, as appropriate. */
-#define START_FILES pre-crt0.o CRT0_O
+#define START_FILES "pre-crt0.o CRT0_O"
 #else
 Cannot
 do