summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:22:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:22:13 +0000
commit509156c60a7105ff734ec8e334005a2f5bdebf96 (patch)
treea024c43d5611c8adfbfef9027a7c319cc425b65a /Makefile.cross
parent9b1b1b870a79bbac99769b203401b14204a614c9 (diff)
the unused palm code goes away.
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 7528614cade..37d3266fab4 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.61 2013/03/10 08:50:42 miod Exp $
+# $OpenBSD: Makefile.cross,v 1.62 2013/03/25 17:22:10 deraadt 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
@@ -7,8 +7,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} == "armish" || ${TARGET} == "beagle" || \
- ${TARGET} == "gumstix" || ${TARGET} == "palm" || \
- ${TARGET} == "zaurus")
+ ${TARGET} == "gumstix" || ${TARGET} == "zaurus")
TARGET_ARCH= arm
.elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k")
TARGET_ARCH= m68k