]> gcc.gnu.org Git - gcc.git/blob - gcc/config/x-svr4
(enum processor_type): Change from RIOS to RIOS1.
[gcc.git] / gcc / config / x-svr4
1 # Some versions of SVR4 have an alloca in /usr/ucblib/libucb.a, and if we are
2 # careful to link that in after libc we can use it, but since newer versions of
3 # SVR4 are dropping libucb, it is better to just use the portable C version for
4 # bootstrapping. Do this by defining ALLOCA.
5
6 ALLOCA = alloca.o
This page took 0.037114 seconds and 5 git commands to generate.