home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-src.lha / src / amiga / gcc-2.5.8 / config / x-svr4 < prev    next >
Encoding:
Text File  |  1992-09-21  |  303 b   |  7 lines

  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
  7.