summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2001-08-31 12:47:58 +0000
committerBrad Smith <brad@cvs.openbsd.org>2001-08-31 12:47:58 +0000
commit0ddb5489a118ac1face281a58242456335d6b635 (patch)
tree41916786b36608d3ee64521352df8d9cf6132ac5
parent771996c73ebe85762c8d1631cda11ad172a358cb (diff)
more leftover arc/pmax stuff
-- Ok'd by art@
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e91d3cb670b..e181401faf3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.70 2001/08/31 10:54:59 art Exp $
+# $OpenBSD: Makefile,v 1.71 2001/08/31 12:47:57 brad Exp $
#
# For more information on building in tricky environments, please see
@@ -158,8 +158,7 @@ cross-includes: cross-dirs
MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH` \
${MAKE} DESTDIR=${CROSSDIR} includes
-.if ${TARGET} == "powerpc" || ${TARGET} == "alpha" || ${TARGET} == "arc" || \
- ${TARGET} == "pmax" || ${TARGET} == "wgrisc" || ${TARGET} == "hppa" || \
+.if ${TARGET} == "powerpc" || ${TARGET} == "alpha" || ${TARGET} == "hppa" || \
${TARGET} == "sparc64"
cross-binutils: cross-binutils-new
.else