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/usr.bin/cc/cc_tools/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/usr.bin/cc/cc_tools/Makefile') diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index d48374b..91eba61 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -137,7 +137,6 @@ tm.h: echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET} .if ${GCC_ARCH} == "i386" echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET} - echo '#include "svr4.h"' >> ${.TARGET} .endif echo '#include ' >> ${.TARGET} echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET} -- cgit v1.1