head	1.4;
access;
symbols
	gcc-2_8_1-990325:1.4
	gcc-2_8_1-990319:1.4
	gcc-2_8_1-990302:1.4
	gcc_2_8_1-990302:1.4
	gcc_2_8_1-990222:1.4
	gcc-2_8_1-990109:1.4
	gcc-2_8_1-981210:1.4
	gcc-2_8_1-981208:1.4
	gcc-2_8_1-980929:1.4
	gcc_2_8_1-980929:1.4
	gcc-2_8_1-980928:1.4
	gcc-2_8_1-980813:1.4
	gcc-2_8_1-980811:1.4
	gcc-2_8_1-980718:1.4
	gcc-2_8_1-980705:1.4
	gcc-2_8_1-980627:1.4
	gcc-2_8_1-980609:1.4
	gcc-2_8_1-980608:1.4
	gcc-2_8_1-980529:1.4
	gcc-2_8_1-980525:1.4
	gcc-2_8_1-980513:1.4
	gcc-2_8_1-980502:1.4
	gcc-2_8_1-980426:1.4
	gcc-2_8_1-980419:1.4
	gcc-2_8_1-980413:1.4
	gcc-2_8_1-980412:1.4
	gcc-2_8_1-980407:1.4
	gcc-2_8_1-980401:1.4
	gcc_2_8_1-980315:1.4
	gcc-2_8_1-RELEASE:1.4;
locks; strict;
comment	@# @;


1.4
date	95.01.12.18.30.43;	author wilson;	state Exp;
branches;
next	1.3;

1.3
date	93.10.08.11.46.24;	author kenner;	state Exp;
branches;
next	1.2;

1.2
date	93.09.09.20.05.26;	author ian;	state Exp;
branches;
next	1.1;

1.1
date	93.08.08.21.24.04;	author wilson;	state Exp;
branches;
next	;


desc
@Use svr4 include files.
@


1.4
log
@(LIBGCC1, CROSS_LIBGCC1): Define to empty instead of to libgcc1.null.
@
text
@# Exactly the same as t-mips, except we must define SYSTEM_HEADER_DIR
# to point to the svr4 include files.
SYSTEM_HEADER_DIR = /svr4/usr/include

# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md

# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =
CROSS_LIBGCC1 =
@


1.3
log
@Remove definition of EXTRA_PASSES and remove rules for mips-* files.
@
text
@d11 2
a12 2
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
@


1.2
log
@Set CROSS_LIBGCC1 to be libgcc1.null
@
text
@a4 2
EXTRA_PASSES	= mips-tfile mips-tdump

a12 10

mips-tfile: mips-tfile.o version.o $(LIBDEPS)
	$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)

mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)

mips-tdump: mips-tdump.o version.o $(LIBDEPS)
	$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)

mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
@


1.1
log
@New file.
@
text
@d14 1
@
