aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-05 03:35:18 +0000
committerRichard Stallman <rms@gnu.org>1992-07-05 03:35:18 +0000
commitcc9a4c0e2d68447b4360f3b419b00d17fd6028f5 (patch)
tree31cfc8f08a0fb141b6a97a7cb56e77520daba4ad
parent196cedd02855a8ee2a7fc2ad3a45fa2ae0290743 (diff)
downloadgcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.zip
gcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.tar.gz
gcc-cc9a4c0e2d68447b4360f3b419b00d17fd6028f5.tar.bz2
entered into RCS
From-SVN: r1439
-rw-r--r--gcc/config/sparc/xm-sol2.h6
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