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