diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-21 07:08:28 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-21 07:08:28 +0000 |
commit | 8005495c45a14c67edcc35f6f90c0d54fb21a236 (patch) | |
tree | 491789ba7e7b261412691bba8741eebda1bb11ba | |
parent | 2baccce2f7497923aa1a9bcf2e6c90e0a3e74992 (diff) | |
download | gcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.zip gcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.tar.gz gcc-8005495c45a14c67edcc35f6f90c0d54fb21a236.tar.bz2 |
Initial revision
From-SVN: r2199
-rw-r--r-- | gcc/config/x-svr4 | 6 |
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 |