summaryrefslogtreecommitdiffstats
path: root/Makefile.cross
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2009-09-21 19:44:23 +0000
committermatthieu <matthieu@openbsd.org>2009-09-21 19:44:23 +0000
commit43421439551dc8461a4d0d8b01a22d28e4a8127b (patch)
treee036e9e11bfe42b0b4f25cd5f7856395d9b10dfc /Makefile.cross
parentFix use before init on wu. (diff)
downloadwireguard-openbsd-43421439551dc8461a4d0d8b01a22d28e4a8127b.tar.xz
wireguard-openbsd-43421439551dc8461a4d0d8b01a22d28e4a8127b.zip
Add all arm based architectures. ok miod@.
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 74d185618f5..42d8a1ed106 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.27 2009/09/09 12:10:34 marex Exp $
+# $OpenBSD: Makefile.cross,v 1.28 2009/09/21 19:44:23 matthieu 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,8 +6,9 @@ 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} == "armish" || ${TARGET} == "zaurus" || \
- ${TARGET} == "palm")
+.if (${TARGET} == "armish" || ${TARGET} == "beagle" || \
+ ${TARGET} == "gumstix" || ${TARGET} == "moko" || \
+ ${TARGET} == "palm" || ${TARGET} == "zaurus")
TARGET_ARCH= arm
.elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \
${TARGET} == "mvme68k")