summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
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 d7733b565b3..a40391e86ef 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile.cross,v 1.23 2007/02/06 17:17:18 mickey Exp $
+# $OpenBSD: Makefile.cross,v 1.24 2007/08/01 21:30:08 deraadt Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin 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} == "cats" || ${TARGET} == "zaurus")
+.if (${TARGET} == "armish" || ${TARGET} == "zaurus")
TARGET_ARCH= arm
.elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \
${TARGET} == "mvme68k")