summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
committerobrien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
commit13cef0c010be3315fcfa5a6f3ddbe31584d4c032 (patch)
treecb52c4ff007ce6d9c1448aec0f3d9d41e5788d5b /gnu/lib/libgcc/Makefile
parent16d518267b5d1c92e3740ebb6746326029dbac6a (diff)
downloadFreeBSD-src-13cef0c010be3315fcfa5a6f3ddbe31584d4c032.zip
FreeBSD-src-13cef0c010be3315fcfa5a6f3ddbe31584d4c032.tar.gz
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.
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r--gnu/lib/libgcc/Makefile1
1 files changed, 0 insertions, 1 deletions
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 <freebsd.h>' >> ${.TARGET}
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
OpenPOWER on IntegriCloud