Initial revision
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 1992 07:08:28 +0000 (07:08 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 1992 07:08:28 +0000 (07:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2199 138bc75d-0d04-0410-961f-82ee72b054a4

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