diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
commit | b2cfb31102494f3c39e19d9d174422bef8b478fb (patch) | |
tree | 82d7d203269361cdb4a795beb75edf83b00f5cc2 /lib | |
parent | f47e916de1f9523a058e3b06f884f0685acc1154 (diff) |
armish handled some early-gen arm machines, which required tons of
workarounds. Some of them will soon stand in the way of armv7.
Off to the attic you go.
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 fb28913ac4f..9424cd2fbb6 100644 --- a/lib/libarch/arm/Makefile +++ b/lib/libarch/arm/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2009/09/24 19:53:47 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2016/08/10 14:27:16 deraadt Exp $ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 -MANSUBDIR=armish zaurus +MANSUBDIR=zaurus .if ${MACHINE_ARCH} == "arm" NOPIC= |