summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-04 20:47:33 +0000
committerobrien <obrien@FreeBSD.org>1999-04-04 20:47:33 +0000
commit9c9c4fe46a1f8145607172776b42890cdfcd51e3 (patch)
tree19f0e047ed795424ef3ad62c7567dd086086988d /gnu/lib/libgcc/Makefile
parentc0d9655488d591703e04abb757fecae2a6df3106 (diff)
downloadFreeBSD-src-9c9c4fe46a1f8145607172776b42890cdfcd51e3.zip
FreeBSD-src-9c9c4fe46a1f8145607172776b42890cdfcd51e3.tar.gz
Conditionalize one more i386'ism.
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 6d7e5ef..50dbc71 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.21 1999/04/04 16:36:29 obrien Exp $
+# $Id: Makefile,v 1.22 1999/04/04 20:41:50 obrien Exp $
#
GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc
@@ -89,7 +89,9 @@ 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