summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:30:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:30:09 +0000
commit4f966e530b8e3ee103ee06321c29e1543e6b7a2f (patch)
treefc80e1c3f306586d02dd4baee0d0fe63924defa4 /Makefile.cross
parent2d70004cdf30f4366a9491d89aa815fee6af277b (diff)
another cats remnant
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")