diff options
Diffstat (limited to 'gcc/config/mips/xm-nws3250v4.h')
-rw-r--r-- | gcc/config/mips/xm-nws3250v4.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-nws3250v4.h b/gcc/config/mips/xm-nws3250v4.h new file mode 100644 index 0000000..34ab631 --- /dev/null +++ b/gcc/config/mips/xm-nws3250v4.h @@ -0,0 +1,9 @@ +#define USG + +#include "xm-mips.h" + +/* If compiling with mips compiler, we are probably using alloca.c, + so help it work right. */ +#ifndef __GNUC__ +#define USE_C_ALLOCA +#endif |