From d9eddf28f1aa31476f2335c1e6fc7002b64ea830 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 29 Jun 2020 19:22:09 +0000 Subject: Support the "powerpc64" architecture name. The first file using it in .Dt was just committed by kettenis@. --- arch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch.c') diff --git a/arch.c b/arch.c index 551c8679..fbfb4f7b 100644 --- a/arch.c +++ b/arch.c @@ -1,4 +1,4 @@ -/* $Id: arch.c,v 1.15 2019/05/21 07:52:00 schwarze Exp $ */ +/* $Id: arch.c,v 1.16 2020/06/29 19:22:09 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", "sgi", "sparc64", NULL + "octeon", "powerpc64", "sgi", "sparc64", NULL }; const char *netbsd_arch[] = { "acorn26", "acorn32", "algor", "alpha", "amiga", -- cgit v1.2.3-56-ge451