source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: Add OpenBSD riscv64 architecture; patch from jsg@.
@ 2021-05-13 13:33 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2021-05-13 13:33 UTC (permalink / raw)
  To: source

Log Message:
-----------
Add OpenBSD riscv64 architecture; patch from jsg@.
While here, retire sgi and socppc.

Modified Files:
--------------
    mandoc:
        arch.c
        cgi.c

Revision Data
-------------
Index: arch.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/arch.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -Larch.c -Larch.c -u -p -r1.16 -r1.17
--- arch.c
+++ arch.c
@@ -26,7 +26,7 @@ arch_valid(const char *arch, enum mandoc
 	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",
Index: cgi.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/cgi.c,v
retrieving revision 1.173
retrieving revision 1.174
diff -Lcgi.c -Lcgi.c -u -p -r1.173 -r1.174
--- cgi.c
+++ cgi.c
@@ -125,14 +125,15 @@ static	const char *const arch_names[] = 
     "amd64",       "alpha",       "armv7",       "arm64",
     "hppa",        "i386",        "landisk",     "loongson",
     "luna88k",     "macppc",      "mips64",      "octeon",
-    "powerpc64",   "sgi",         "socppc",      "sparc64",
+    "powerpc64",   "riscv64",     "sparc64",
 
     "amiga",       "arc",         "armish",      "arm32",
     "atari",       "aviion",      "beagle",      "cats",
     "hppa64",      "hp300",
     "ia64",        "mac68k",      "mvme68k",     "mvme88k",
     "mvmeppc",     "palm",        "pc532",       "pegasos",
-    "pmax",        "powerpc",     "solbourne",   "sparc",
+    "pmax",        "powerpc",     "sgi",         "socppc",
+    "solbourne",   "sparc",
     "sun3",        "vax",         "wgrisc",      "x68k",
     "zaurus"
 };
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-13 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 13:33 mandoc: Add OpenBSD riscv64 architecture; patch from jsg@ schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).