home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / sparc / t-sol2 < prev    next >
Text File  |  1996-09-28  |  669b  |  19 lines

  1. # we need to supply our own assembly versions of libgcc1.c files,
  2. # since the user may not have native 'cc' available
  3.  
  4. LIBGCC1 = libgcc1.null
  5. CROSS_LIBGCC1 = libgcc1.null
  6.  
  7. # gmon build rule:
  8. gmon.o:    $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
  9.     $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
  10.         -c $(srcdir)/config/sparc/gmon-sol2.c -o gmon.o
  11.  
  12. # Assemble startup files.
  13. crt1.o: $(srcdir)/config/sparc/sol2-c1.asm
  14.     $(AS) -o crt1.o $(srcdir)/config/sparc/sol2-c1.asm
  15. crti.o: $(srcdir)/config/sparc/sol2-ci.asm
  16.     $(AS) -o crti.o $(srcdir)/config/sparc/sol2-ci.asm
  17. crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
  18.     $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm
  19.