#define NO_UNION_TYPE
-#ifdef __GNUC__
-
-/* Use builtin alloca. Also be sure that no other ones are tried out. */
-#define alloca __builtin_alloca
-
-#endif /* __GNUC__ */
-
#define NO_REMAP
code will not be sharable; but that's better than failing completely. */
#define NO_REMAP
-#ifdef __GNUC__
-# define alloca __builtin_alloca /* Use the gcc builtin alloca() ... */
-#else /* not __GNUC__ */
+#ifndef __GNUC__
# define C_OPTIMIZE_SWITCH -O
#endif /* __GNUC__ */
/* #define VIRT_ADDR_VARIES */
#ifdef __GNUC__
-#define alloca __builtin_alloca
#define C_OPTIMIZE_SWITCH -O -fstrength-reduce -fomit-frame-pointer
#define LIB_STANDARD -lc /lib/crtn.o
#else