summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-09-03 13:37:47 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-09-03 13:37:47 +0000
commit37aac2adfced782c2d6ae0887a5a64ac95353204 (patch)
tree3f28a85d7bfa42a25d9d65b8881fc55806fe7518 /sys/kern
parent5b18b0a5b8fface0a094617923f26645064dacc8 (diff)
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 66112e5ef1e..7b9ea74dead 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.46 2016/09/01 09:21:08 tedu Exp $
+# $OpenBSD: Makefile,v 1.47 2016/09/03 13:37:45 guenther Exp $
# Makefile for kernel tags files, init_sysent, etc.
ARCH= alpha amd64 armv7 \
hppa i386 landisk loongson \
luna88k macppc octeon sgi socppc \
- sparc64 zaurus
+ sparc64
all:
@echo "Doing nothing. Did you want make syscalls?"