Initial revision
authorRichard Stallman <rms@gnu.org>
Mon, 21 Sep 1992 07:08:28 +0000 (07:08 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 21 Sep 1992 07:08:28 +0000 (07:08 +0000)
From-SVN: r2199

gcc/config/x-svr4 [new file with mode: 0644]

diff --git a/gcc/config/x-svr4 b/gcc/config/x-svr4
new file mode 100644 (file)
index 0000000..caf246e
--- /dev/null
@@ -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