summaryrefslogtreecommitdiff
path: root/contrib/gcc/config/mips/xm-nws3250v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/mips/xm-nws3250v4.h')
-rw-r--r--contrib/gcc/config/mips/xm-nws3250v4.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/gcc/config/mips/xm-nws3250v4.h b/contrib/gcc/config/mips/xm-nws3250v4.h
new file mode 100644
index 0000000000000..34ab631acb487
--- /dev/null
+++ b/contrib/gcc/config/mips/xm-nws3250v4.h
@@ -0,0 +1,9 @@
+#define USG
+
+#include "xm-mips.h"
+
+/* If compiling with mips compiler, we are probably using alloca.c,
+ so help it work right. */
+#ifndef __GNUC__
+#define USE_C_ALLOCA
+#endif