summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 934a8b79907..bf43ad818f1 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.81 2015/12/01 07:50:03 deraadt Exp $
+# $OpenBSD: Makefile.cross,v 1.82 2015/12/01 08:13:29 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
@@ -16,8 +16,6 @@ TARGET_ARCH= mips64
.elif (${TARGET} == "loongson")
TARGET_ARCH= mips64el
TARGET_CPU= mips64
-.elif (${TARGET} == "solbourne")
-TARGET_ARCH= sparc
.elif (${TARGET} == "macppc" || ${TARGET} == "socppc")
TARGET_ARCH= powerpc
.elif (${TARGET} == "landisk")