From bd9fe2b48528894f60563310e906c96d93b272b7 Mon Sep 17 00:00:00 2001 From: rms Date: Mon, 21 Sep 1992 07:08:28 +0000 Subject: [PATCH] Initial revision git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2199 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/x-svr4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/config/x-svr4 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 -- 2.7.4