diff options
Diffstat (limited to 'contrib/gcc/config/mips/xm-iris4.h')
-rw-r--r-- | contrib/gcc/config/mips/xm-iris4.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/gcc/config/mips/xm-iris4.h b/contrib/gcc/config/mips/xm-iris4.h new file mode 100644 index 0000000000000..c01d3f48a7897 --- /dev/null +++ b/contrib/gcc/config/mips/xm-iris4.h @@ -0,0 +1,13 @@ +#include "mips/xm-mips.h" + +#define USG + +#if 0 +#ifdef __GNUC__ +/* The normal irix compiler requires alloca.h or alloca doesn't work. + However, the IRIX compiler doesn't allow alloca to be stored in + something like ptr->field = alloca(), so we just use the normal + C alloca. */ +#include <alloca.h> +#endif +#endif |