From: Ingo Schwarze Date: Sun, 27 Apr 2014 22:42:15 +0000 (+0000) Subject: OMRON used uppercase for the model names of their Motorola 88100 LUNA X-Git-Tag: VERSION_1_13_1~156 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/9cd87470cdc8d66ea0c03415fc6b2a2bea8e82cb?ds=inline OMRON used uppercase for the model names of their Motorola 88100 LUNA workstations, so show the kernel architecture names in uppercase to the user, too. Based on a patch from Kenji Aoyama@, thanks! --- diff --git a/arch.in b/arch.in index d0c445f3..a22ffd58 100644 --- a/arch.in +++ b/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.14 2013/09/16 22:12:57 schwarze Exp $ */ +/* $Id: arch.in,v 1.15 2014/04/27 22:42:15 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -65,8 +65,8 @@ LINE("ibmnws", "IBMNWS") LINE("iyonix", "Iyonix") LINE("landisk", "LANDISK") LINE("loongson", "Loongson") -LINE("luna68k", "Luna68k") -LINE("luna88k", "Luna88k") +LINE("luna68k", "LUNA68K") +LINE("luna88k", "LUNA88K") LINE("m68k", "m68k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC")