From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAA3B15800A for ; Fri, 21 Jul 2023 12:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F993E094F; Fri, 21 Jul 2023 12:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40DDFE094A for ; Fri, 21 Jul 2023 12:58:41 +0000 (UTC) From: Ulrich Mueller To: Sam James Cc: gentoo-dev@lists.gentoo.org, toolchain@gentoo.org, dist-kernel@gentoo.org, sparc@gentoo.org Subject: Re: [gentoo-dev] [PATCH 4/6] kernel-install.eclass: kernel-install_get_qemu_arch: port to sparc In-Reply-To: <20230721124615.1797438-4-sam@gentoo.org> (Sam James's message of "Fri, 21 Jul 2023 13:46:10 +0100") References: <20230721124615.1797438-1-sam@gentoo.org> <20230721124615.1797438-4-sam@gentoo.org> Date: Fri, 21 Jul 2023 14:58:29 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 56ff39b4-b8eb-42f4-a564-e3561c412ad8 X-Archives-Hash: b116c50bf96e21d299b127077d82ba0c --=-=-= Content-Type: text/plain >>>>> On Fri, 21 Jul 2023, Sam James wrote: > @@ -162,6 +162,12 @@ kernel-install_get_qemu_arch() { > ppc64) > echo ppc64 > ;; > + sparc) > + echo sparc > + ;; > + sparc64) > + echo sparc64 > + ;; > riscv) > echo riscv > ;; Looks like the case patterns are in alphabetical order everywhere else, so why not here? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmS6gPUPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4ulTAH/1oz5JAaGY1TlaK48VYg4oe0gTBir95Rm2Ir 4HUMmJN6ug4tU34SJI8NC09IRh/lSQ/PlNnQlC8qoHH9+fUlsA1JrEaQq0ZCyO4A ykH341B2dvRsCBqueWuSHUFelS8SaYnqkFu5ZxX1exxei1BK5gzx1C1+q4s5I7EZ RvyUU/evwAFXwrr2cORs1q4An3nP+FzufkfIS8Za1qgF2Pn6oFkMoyL8FM7HW5ZS izCzMV9o00nU8jiSyWsXYiNhwr/6/hB/uhV9LbXUFaR7iMwkWHtTf+KYmgOdWkp/ /x5m7i19ThzzC9O+96iYlyBcNdSuxHBdjb3J6sSQ0fWlXvSP/yI= =pF76 -----END PGP SIGNATURE----- --=-=-=--