From 5db55ac9e2491b9cdf973e2d4cb7ed9596b00566 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 25 Jan 2017 03:49:38 +0000 Subject: add arm64 architecture; from deraadt@ --- cgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index af669187..3a47e02b 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.145 2017/01/25 02:14:43 schwarze Exp $ */ +/* $Id: cgi.c,v 1.146 2017/01/25 03:49:38 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze @@ -113,7 +113,7 @@ 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", + "amd64", "alpha", "armv7", "arm64", "hppa", "i386", "landisk", "loongson", "luna88k", "macppc", "mips64", "octeon", "sgi", "socppc", "sparc64", -- cgit v1.2.3-56-ge451