summaryrefslogtreecommitdiffstats
path: root/Makefile.cross
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
committerguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
commitd864fd983f773f29bf82c253c880a705db0a651f (patch)
tree3085cf85004214a7176d2c132e23382a761f37a4 /Makefile.cross
parentRemove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). (diff)
downloadwireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.tar.xz
wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.zip
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 4e8a3f7b6a4..d0cbb80e819 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.86 2016/08/10 14:27:15 deraadt Exp $
+# $OpenBSD: Makefile.cross,v 1.87 2016/09/03 13:37:39 guenther Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
@@ -6,7 +6,7 @@ cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
# Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving
# this variable to work.
-.if (${TARGET} == "armv7" || ${TARGET} == "zaurus")
+.if (${TARGET} == "armv7")
TARGET_ARCH= arm
.elif (${TARGET} == "luna88k")
TARGET_ARCH= m88k