summaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-iris4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/xm-iris4.h')
-rwxr-xr-xgcc/config/mips/xm-iris4.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-iris4.h b/gcc/config/mips/xm-iris4.h
new file mode 100755
index 0000000..c01d3f4
--- /dev/null
+++ b/gcc/config/mips/xm-iris4.h
@@ -0,0 +1,13 @@
+#include "mips/xm-mips.h"
+
+#define USG
+
+#if 0
+#ifdef __GNUC__
+/* The normal irix compiler requires alloca.h or alloca doesn't work.
+ However, the IRIX compiler doesn't allow alloca to be stored in
+ something like ptr->field = alloca(), so we just use the normal
+ C alloca. */
+#include <alloca.h>
+#endif
+#endif