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 / t-svr3 < prev    next >
Encoding:
Text File  |  1992-07-28  |  176 b   |  5 lines

  1. # For svr3 we build crtbegin.o and crtend.o which serve to add begin and
  2. # end labels to the .ctors and .dtors section when we link using gcc.
  3.  
  4. EXTRA_PARTS=crtbegin.o crtend.o
  5.