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@. --- cgi.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index 6d0e3293..3ab63952 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.172 2020/04/03 11:35:01 schwarze Exp $ */ +/* $Id: cgi.c,v 1.173 2020/06/29 19:22:09 schwarze Exp $ */ /* * Copyright (c) 2014-2019 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons @@ -122,10 +122,11 @@ static const char *const sec_names[] = { static const int sec_MAX = sizeof(sec_names) / sizeof(char *); static const char *const arch_names[] = { - "amd64", "alpha", "armv7", "arm64", - "hppa", "i386", "landisk", - "loongson", "luna88k", "macppc", "mips64", - "octeon", "sgi", "socppc", "sparc64", + "amd64", "alpha", "armv7", "arm64", + "hppa", "i386", "landisk", "loongson", + "luna88k", "macppc", "mips64", "octeon", + "powerpc64", "sgi", "socppc", "sparc64", + "amiga", "arc", "armish", "arm32", "atari", "aviion", "beagle", "cats", "hppa64", "hp300", -- cgit v1.2.3