diff options
Diffstat (limited to 'gcc/config/mips/xm-iris6.h')
-rwxr-xr-x | gcc/config/mips/xm-iris6.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-iris6.h b/gcc/config/mips/xm-iris6.h new file mode 100755 index 0000000..4d429c7 --- /dev/null +++ b/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 |