From 13cef0c010be3315fcfa5a6f3ddbe31584d4c032 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 23 Mar 2000 10:18:26 +0000 Subject: Clean up the FreeBSD configuration files -- includes removing the usage of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header. --- gnu/lib/libgcc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/lib/libgcc') diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index f64b34d..52fa949 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -94,7 +94,6 @@ tm.h: echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET} .if ${MACHINE_ARCH} == "i386" echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET} - echo '#include "svr4.h"' >> ${.TARGET} .endif echo '#include ' >> ${.TARGET} echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} -- cgit v1.1