]> gcc.gnu.org Git - gcc.git/blame - gcc/config/mips/t-svr3
Set CROSS_LIBGCC1 to be libgcc1.null
[gcc.git] / gcc / config / mips / t-svr3
CommitLineData
00aae7b1
JW
1# Exactly the same as t-mips, except we must define SYSTEM_HEADER_DIR
2# to point to the svr3 include files.
3SYSTEM_HEADER_DIR = /sysv/usr/include
4
5EXTRA_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.
13LIBGCC1 = libgcc1.null
b8579719 14CROSS_LIBGCC1 = libgcc1.null
00aae7b1
JW
15
16mips-tfile: mips-tfile.o version.o $(LIBDEPS)
17 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
18
19mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
20
21mips-tdump: mips-tdump.o version.o $(LIBDEPS)
22 $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
23
24mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
This page took 0.040508 seconds and 5 git commands to generate.