From c0d9655488d591703e04abb757fecae2a6df3106 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 4 Apr 1999 20:41:50 +0000 Subject: Attempt to creating the right ``tm.h'' file for the Alpha. --- gnu/lib/libgcc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/lib/libgcc') diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 01e9c62..6d7e5ef 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.25 1999/03/14 21:30:05 obrien Exp $ +# $Id: Makefile,v 1.21 1999/04/04 16:36:29 obrien Exp $ # GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc @@ -91,7 +91,11 @@ tm.h: echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET} echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET} echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} +.if ${MACHINE_ARCH} == "i386" echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} +.elif ${MACHINE_ARCH} == "alpha" + echo '#include "${MACHINE_ARCH}/freebsd-elf.h"' >> ${.TARGET} +.endif ${OBJS}: ${COMMONHDRS} -- cgit v1.1