home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / x-rs6000 < prev    next >
Text File  |  1994-02-06  |  330b  |  12 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. # For some reason, we need -lm for cc1.
  8. # We need -lld for collect2 (actually this only matters
  9. # for a native compiler, but this is as good a place as any
  10. # to define the symbol).
  11. CLIB=-lm -lld
  12.