diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 13:37:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 13:37:47 +0000 |
commit | 37aac2adfced782c2d6ae0887a5a64ac95353204 (patch) | |
tree | 3f28a85d7bfa42a25d9d65b8881fc55806fe7518 /lib | |
parent | 5b18b0a5b8fface0a094617923f26645064dacc8 (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 'lib')
-rw-r--r-- | lib/libarch/arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/arm/Makefile b/lib/libarch/arm/Makefile index 9424cd2fbb6..256ebba755d 100644 --- a/lib/libarch/arm/Makefile +++ b/lib/libarch/arm/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2016/08/10 14:27:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2016/09/03 13:37:41 guenther Exp $ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 -MANSUBDIR=zaurus +MANSUBDIR=armv7 .if ${MACHINE_ARCH} == "arm" NOPIC= |