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 / t-m88kv4 < prev    next >
Text File  |  1994-02-06  |  550b  |  19 lines

  1. # Specify how to create the *.asm files
  2.  
  3. MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
  4.        moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
  5.        moveDI96x.asm
  6.  
  7. # Use the -abi option for version 03.00 syntax.
  8.  
  9. $(MOVE_ASM): $(srcdir)/config/m88k-move.sh
  10.     $(srcdir)/config/m88k-move.sh -abi
  11.  
  12. LIB2FUNCS_EXTRA = $(MOVE_ASM)
  13. LIBGCC1 = libgcc1.null
  14.  
  15. # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
  16. # end labels to the .ctors and .dtors section when we link using gcc.
  17.  
  18. EXTRA_PARTS=crtbegin.o crtend.o
  19.