summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/atmel
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-05-11 21:52:48 +0000
committerderaadt <deraadt@openbsd.org>2016-05-11 21:52:48 +0000
commit0f5275725014ab6098a7071ceda8a67d6abb48b4 (patch)
tree90e5307a03d24b7e626e0a2d9972ae3e4502786c /sys/dev/microcode/atmel
parentsync (diff)
downloadwireguard-openbsd-0f5275725014ab6098a7071ceda8a67d6abb48b4.tar.xz
wireguard-openbsd-0f5275725014ab6098a7071ceda8a67d6abb48b4.zip
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r--sys/dev/microcode/atmel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index be2df2486bc..3fefcf6a7a5 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2015/05/26 02:21:54 jsg Exp $
+# $OpenBSD: Makefile,v 1.20 2016/05/11 21:52:50 deraadt Exp $
NOPROG=
NOMAN=
@@ -8,8 +8,7 @@ CC=${HOSTCC}
.if (${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
- ${MACHINE} == "hppa" || \
- ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")