From 70ec3057471d9d835b6a5d43e8b9ebda068ab31d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 13 May 2021 13:33:11 +0000 Subject: Add OpenBSD riscv64 architecture; patch from jsg@. While here, retire sgi and socppc. --- arch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch.c') diff --git a/arch.c b/arch.c index fbfb4f7b..41a23cbb 100644 --- a/arch.c +++ b/arch.c @@ -1,4 +1,4 @@ -/* $Id: arch.c,v 1.16 2020/06/29 19:22:09 schwarze Exp $ */ +/* $Id: arch.c,v 1.17 2021/05/13 13:33:11 schwarze Exp $ */ /* * Copyright (c) 2017, 2019 Ingo Schwarze * @@ -26,7 +26,7 @@ arch_valid(const char *arch, enum mandoc_os os) const char *openbsd_arch[] = { "alpha", "amd64", "arm64", "armv7", "hppa", "i386", "landisk", "loongson", "luna88k", "macppc", "mips64", - "octeon", "powerpc64", "sgi", "sparc64", NULL + "octeon", "powerpc64", "riscv64", "sparc64", NULL }; const char *netbsd_arch[] = { "acorn26", "acorn32", "algor", "alpha", "amiga", -- cgit v1.2.3-56-ge451