diff options
Diffstat (limited to 'contrib/gcc/config/sparc/xm-sol2.h')
-rw-r--r-- | contrib/gcc/config/sparc/xm-sol2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/sparc/xm-sol2.h b/contrib/gcc/config/sparc/xm-sol2.h new file mode 100644 index 0000000..5613b08 --- /dev/null +++ b/contrib/gcc/config/sparc/xm-sol2.h @@ -0,0 +1,4 @@ +/* If not compiled with GNU C, include the system's <alloca.h> header. */ +#ifndef __GNUC__ +#include <alloca.h> +#endif |