summaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-iris5.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
committerYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
commitbe8b04496302184c6e8f04d6179f9c3afc50aeb6 (patch)
tree726e2468c0c07add773c0dbd86ab6386844259ae /gcc/config/mips/xm-iris5.h
initial commit
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