summaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-iris5.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/xm-iris5.h')
-rwxr-xr-xgcc/config/mips/xm-iris5.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-iris5.h b/gcc/config/mips/xm-iris5.h
new file mode 100755
index 0000000..616055f
--- /dev/null
+++ b/gcc/config/mips/xm-iris5.h
@@ -0,0 +1,9 @@
+#include "mips/xm-mips.h"
+
+/* On SGI IRIX 5.3, inttypes.h clashes with sys/types.h, but the clash
+ (when compiled with GCC) is a warning, so configure.in thinks it's OK
+ to use it. Work around this problem. */
+
+#ifdef HAVE_INTTYPES_H
+#undef HAVE_INTTYPES_H
+#endif