diff options
Diffstat (limited to 'contrib/gcc/config/mips/xm-iris6.h')
-rw-r--r-- | contrib/gcc/config/mips/xm-iris6.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/gcc/config/mips/xm-iris6.h b/contrib/gcc/config/mips/xm-iris6.h new file mode 100644 index 0000000000000..4d429c72edcc1 --- /dev/null +++ b/contrib/gcc/config/mips/xm-iris6.h @@ -0,0 +1,17 @@ +#define MIPS_OVERRIDE_ALLOCA +#ifndef __GNUC__ +#include <alloca.h> +#else +extern void *alloca (); +#endif + +#include "mips/xm-mips.h" + +#define USG + +#undef HOST_BITS_PER_LONG +#define HOST_BITS_PER_LONG _MIPS_SZLONG + +#ifndef inhibit_libc +#include "string.h" +#endif |