diff src/m/tekxd88.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 2d532a89d707
line wrap: on
line diff
--- a/src/m/tekxd88.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/m/tekxd88.h	Mon Aug 13 09:43:35 2007 +0200
@@ -79,12 +79,12 @@
 #  define alloca __builtin_alloca	/* Use the gcc builtin alloca() ... */
 #  define HAVE_ALLOCA	/* ... and be sure that no other ones are tried out. */
 #  undef C_ALLOCA
-#  define C_OPTIMIZE_SWITCH -O2
+#  define C_OPTIMIZE_SWITCH "-O2"
 #else /* not __GNUC__ */
 #  undef HAVE_ALLOCA
 #  define C_ALLOCA	/* Use the alloca() supplied in alloca.c. */
 #  define STACK_DIRECTION -1  /* The stack grows towards lower addresses. */
-#  define C_OPTIMIZE_SWITCH -O
+#  define C_OPTIMIZE_SWITCH "-O"
 #endif /* __GNUC__ */
 
 #undef LIB_X11_LIB	/* Don't use shared libraries defined in usg5-3.h */
@@ -98,9 +98,9 @@
 /* -X18 means do not allocate programmer-defined local variables to a
    register unless they are declared register.  (Copied from perl-4.036
    Green Hills C hints file.  Might be needed for setjmp, I don't know.) */
-#  define C_SWITCH_MACHINE -X18
+#  define C_SWITCH_MACHINE "-X18"
 /* We need /lib/default.ld so that /bin/ld can read its link directives. */
-#  define LD_SWITCH_SYSTEM /lib/default.ld
+#  define LD_SWITCH_SYSTEM "/lib/default.ld"
 #endif /* ghs */
 
 /* We need this to get dumping to work */