source: trunk/third/gcc/config/x-svr4 @ 8834

Revision 8834, 367 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
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
6ALLOCA = alloca.o
7
8# See all the declarations.
9FIXPROTO_DEFINES = -D_XOPEN_SOURCE
Note: See TracBrowser for help on using the repository browser.