From 8005495c45a14c67edcc35f6f90c0d54fb21a236 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 21 Sep 1992 07:08:28 +0000 Subject: [PATCH] Initial revision From-SVN: r2199 --- 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 00000000000..caf246ed52f --- /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.30.2