diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
commit | 98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch) | |
tree | d515a4fa16f614d14d2923804ce9ae89bac27be8 /sys/dev/microcode/tigon | |
parent | acedf914d93d5f889c448b773832ddeac5e72ae0 (diff) |
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/tigon')
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index eafa333ba1f..68441bce12c 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/08/29 21:37:14 kettenis Exp $ +# $OpenBSD: Makefile,v 1.8 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE} == "sparc") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "hppa") || (${MACHINE} == "sgi") FIRM= tigon1 tigon2 |