1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

Add all arm based architectures. ok miod@.

This commit is contained in:
matthieu 2009-09-21 19:44:23 +00:00
parent a5cd7eaa3b
commit 4342143955

View File

@ -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")