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 / rs6000 / x-rs6000 < prev    next >
Encoding:
Text File  |  1993-07-06  |  286 b   |  11 lines

  1. # configuration for IBM rs6000 running aix
  2. INSTALL=/usr/ucb/install -c
  3.  
  4. # Show we need to use the C version of ALLOCA
  5. ALLOCA=alloca.o
  6.  
  7. # We need -lld for collect2 (actually this only matters
  8. # for a native compiler, but this is as good a place as any
  9. # to define the symbol).
  10. CLIB=-lld
  11.