aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
commitac419355a1c3ec1be13d9b3be07c0a450288210a (patch)
treee728029b91058583760360e022618f0316b4d1ff /gnu
parent6eeafd696c297ffa62bbee157c5937d327257c10 (diff)
downloadsrc-ac419355a1c3ec1be13d9b3be07c0a450288210a.tar.gz
src-ac419355a1c3ec1be13d9b3be07c0a450288210a.zip
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.
Notes
Notes: svn path=/head/; revision=58478
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile1
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index f64b34d6e5c8..52fa94907bb8 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}
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index d48374b951b1..91eba61a73bf 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 <freebsd.h>' >> ${.TARGET}
echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET}