From 4a93879dcf8e554e6e42bea6ecf463c9fb9c6b8b Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 17 Nov 1999 07:20:27 +0000 Subject: Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h' header with src/gcc/usr.bin/cc/cc_tools/Makefile. --- gnu/lib/libgcc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/lib/libgcc') diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index bde2769..f64b34d 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -97,11 +97,7 @@ tm.h: echo '#include "svr4.h"' >> ${.TARGET} .endif echo '#include ' >> ${.TARGET} -.if ${MACHINE_ARCH} == "alpha" - echo '#include "${MACHINE_ARCH}/freebsd4.h"' >> ${.TARGET} -.else echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} -.endif .if ${MACHINE_ARCH} == "i386" echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} .endif -- cgit v1.1