From be8b04496302184c6e8f04d6179f9c3afc50aeb6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 6 Jan 2016 01:47:28 -0800 Subject: initial commit --- gcc/config/mips/xm-iris5.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 gcc/config/mips/xm-iris5.h (limited to 'gcc/config/mips/xm-iris5.h') 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 -- cgit v1.2.3