home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gcc-2.4.5 / config / i386 / t-aix < prev    next >
Encoding:
Text File  |  1993-05-23  |  306 b   |  9 lines

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