]> gcc.gnu.org Git - gcc.git/blob - gcc/config/mips/t-ultrix
Delete extra dependencies.
[gcc.git] / gcc / config / mips / t-ultrix
1 EXTRA_PASSES = mips-tfile mips-tdump
2 CONFIG2_H = $(srcdir)/config/mips/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/mips-at.c
6 # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/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 mips-tfile: mips-tfile.o version.o $(LIBDEPS)
13 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
14
15 mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
16
17 mips-tdump: mips-tdump.o version.o $(LIBDEPS)
18 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
19
20 mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
This page took 0.043622 seconds and 6 git commands to generate.