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 / i386 / t-aix < prev    next >
Encoding:
Text File  |  1993-10-08  |  238 b   |  7 lines

  1. # target: IBM AIX PS/2 1.3.0 with gas-2.x and gnu ld 2.x
  2.  
  3. # For aix ps/2 we build crtbegin.o and crtend.o which serve to add begin and
  4. # end labels to the .ctors and .dtors section when we link using gcc.
  5.  
  6. EXTRA_PARTS=crtbegin.o crtend.o
  7.