]> gcc.gnu.org Git - gcc.git/blob - gcc/config/mips/t-svr3
Set CROSS_LIBGCC1 to be libgcc1.null
[gcc.git] / gcc / config / mips / t-svr3
1 # Exactly the same as t-mips, except we must define SYSTEM_HEADER_DIR
2 # to point to the svr3 include files.
3 SYSTEM_HEADER_DIR = /sysv/usr/include
4
5 EXTRA_PASSES = mips-tfile mips-tdump
6
7 # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
8 # PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
9 # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
10
11 # Suppress building libgcc1.a, since the MIPS compiler port is complete
12 # and does not need anything from libgcc1.a.
13 LIBGCC1 = libgcc1.null
14 CROSS_LIBGCC1 = libgcc1.null
15
16 mips-tfile: mips-tfile.o version.o $(LIBDEPS)
17 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
18
19 mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
20
21 mips-tdump: mips-tdump.o version.o $(LIBDEPS)
22 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
23
24 mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
This page took 0.036403 seconds and 5 git commands to generate.