diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-05 03:35:18 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-05 03:35:18 +0000 |
commit | cc9a4c0e2d68447b4360f3b419b00d17fd6028f5 (patch) | |
tree | 31cfc8f08a0fb141b6a97a7cb56e77520daba4ad /gcc | |
parent | 196cedd02855a8ee2a7fc2ad3a45fa2ae0290743 (diff) | |
download | gcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.zip gcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.tar.gz gcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.tar.bz2 |
entered into RCS
From-SVN: r1439
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/xm-sol2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h new file mode 100644 index 0000000..1273924 --- /dev/null +++ b/gcc/config/sparc/xm-sol2.h @@ -0,0 +1,6 @@ +#include "xm-spcv4.h" + +/* If not compiled with GNU C, include the system's <alloca.h> header. */ +#ifndef __GNUC__ +#include <alloca.h> +#endif |