summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-22 00:20:36 +0000
committerobrien <obrien@FreeBSD.org>1999-04-22 00:20:36 +0000
commit6b5c8c5794b0df9b362ef8854662a2fb79770d5d (patch)
tree31d61f365f28dc971cb8649ff603c5431d7d79b6
parent9adff9fb5ab664bc3adbcb67c2976ba6a09234ae (diff)
downloadFreeBSD-src-6b5c8c5794b0df9b362ef8854662a2fb79770d5d.zip
FreeBSD-src-6b5c8c5794b0df9b362ef8854662a2fb79770d5d.tar.gz
Have config/i386/freebsd.h directly include att.h. I have no idea why stock
EGCS doesn't just do this. None of the rest of our other platforms will need this file.
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index c7fbf68..8f084c3 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.27 1999/04/11 04:32:42 bde Exp $
+# $Id: Makefile,v 1.28 1999/04/18 09:44:36 obrien Exp $
#
#
@@ -155,9 +155,6 @@ tconfig.h:
tm.h:
echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
-.if ${MACHINE_ARCH} == "i386"
- echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
-.endif
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
OpenPOWER on IntegriCloud