On Tue, Mar 29, 2022 at 07:51:25PM BST, Jeremie Courreges-Anglas wrote: > On Tue, Mar 29 2022, Raf Czlonka <[email protected]> wrote: > > Hello, > > > > sparc and vax ports have been retired a while back; add riscv64 > > while there. > > Committed, thanks. > > There are more missing entries I think. If I follow the existing > pattern, naming the cpu architectures and not the platforms: > - aarch64 is missing > - powerpc64 is missing > - mips64el is missing
Hi Jeremie, Yeah, I though about but wasn't sure which way to go - in the end, I followed each link under supported platform from plat.html[0] and used the descriptions found there. A small comment in sendbug.c might help I guess. Either way, whichever works best :^) [0] https://www.openbsd.org/plat.html Regards, Raf > and after folding the line because of line wrapping: > > ok? > > > Index: sendbug.c > =================================================================== > RCS file: /cvs/src/usr.bin/sendbug/sendbug.c,v > retrieving revision 1.79 > diff -u -p -r1.79 sendbug.c > --- sendbug.c 29 Mar 2022 18:44:12 -0000 1.79 > +++ sendbug.c 29 Mar 2022 18:49:41 -0000 > @@ -44,7 +44,8 @@ void template(FILE *); > void usbdevs(FILE *); > > const char *categories = "system user library documentation kernel " > - "alpha amd64 arm hppa i386 m88k mips64 powerpc riscv64 sh sparc64"; > + "alpha aarch64 amd64 arm hppa i386 m88k mips64 mips64el powerpc > powerpc64 " > + "riscv64 sh sparc64"; > const char *comment[] = { > "<synopsis of the problem (one line)>", > "<PR category (one line)>", > > -- > jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
