aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-21 07:08:28 +0000
committerRichard Stallman <rms@gnu.org>1992-09-21 07:08:28 +0000
commit8005495c45a14c67edcc35f6f90c0d54fb21a236 (patch)
tree491789ba7e7b261412691bba8741eebda1bb11ba
parent2baccce2f7497923aa1a9bcf2e6c90e0a3e74992 (diff)
downloadgcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.zip
gcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.tar.gz
gcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.tar.bz2
Initial revision
From-SVN: r2199
-rw-r--r--gcc/config/x-svr46
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/x-svr4 b/gcc/config/x-svr4
new file mode 100644
index 0000000..caf246e
--- /dev/null
+++ b/gcc/config/x-svr4
@@ -0,0 +1,6 @@
+# Some versions of SVR4 have an alloca in /usr/ucblib/libucb.a, and if we are
+# careful to link that in after libc we can use it, but since newer versions of
+# SVR4 are dropping libucb, it is better to just use the portable C version for
+# bootstrapping. Do this by defining ALLOCA.
+
+ALLOCA = alloca.o