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-mips < prev    next >
Text File  |  1994-02-06  |  2KB  |  54 lines

  1. EXTRA_PASSES    = mips-tfile mips-tdump
  2. CONFIG2_H    = $(srcdir)/config/mips.h
  3.  
  4. # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
  5. # PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
  6. # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
  7.  
  8. # Suppress building libgcc1.a, since the MIPS compiler port is complete
  9. # and does not need anything from libgcc1.a.
  10. LIBGCC1 = libgcc1.null
  11.  
  12. # Add additional dependencies to recompile selected modules whenever the
  13. # tm.h file changes.  The files compiled are:
  14. #
  15. #    gcc.c        (*_SPEC changes)
  16. #    toplev.c    (new switches + assembly output changes)
  17. #    sdbout.c    (debug format changes)
  18. #    dbxout.c    (debug format changes)
  19. #    dwarfout.c    (debug format changes)
  20. #    final.c        (assembly output changes)
  21. #    varasm.c    (assembly output changes)
  22. #    cse.c        (cost functions)
  23. #    insn-output.c    (possible ifdef changes in tm.h)
  24. #    regclass.c    (fixed/call used register changes)
  25. #    cccp.c        (new preprocessor macros, -v version #)
  26. #    explow.c    (GO_IF_LEGITIMATE_ADDRESS)
  27. #    recog.c        (GO_IF_LEGITIMATE_ADDRESS)
  28. #    reload.c    (GO_IF_LEGITIMATE_ADDRESS)
  29.  
  30. gcc.o: $(CONFIG2_H)
  31. toplev.o: $(CONFIG2_H)
  32. sdbout.o: $(CONFIG2_H)
  33. dbxout.o: $(CONFIG2_H)
  34. dwarfout.o: $(CONFIG2_H)
  35. final.o: $(CONFIG2_H)
  36. varasm.o: $(CONFIG2_H)
  37. cse.o: $(CONFIG2_H)
  38. insn-output.o: $(CONFIG2_H)
  39. regclass.o: $(CONFIG2_H)
  40. cccp.o: $(CONFIG2_H)
  41. explow.o: $(CONFIG2_H)
  42. recog.o: $(CONFIG2_H)
  43. reload.o: $(CONFIG2_H)
  44.  
  45. mips-tfile: mips-tfile.o version.o $(LIBDEPS)
  46.     $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
  47.  
  48. mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
  49.  
  50. mips-tdump: mips-tdump.o version.o $(LIBDEPS)
  51.     $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
  52.  
  53. mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
  54.