From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SKDDNYs/N2AWVwAA0tVLHw (envelope-from ) for ; Thu, 25 Feb 2021 06:11:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aAqEMYs/N2BCUQAAbx9fmQ (envelope-from ) for ; Thu, 25 Feb 2021 06:11:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2C1381FF95 for ; Thu, 25 Feb 2021 07:11:23 +0100 (CET) Received: from localhost ([::1]:54326 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lF9ru-00086E-AG for larch@yhetil.org; Thu, 25 Feb 2021 01:11:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lF9rb-00085H-3q for guix-patches@gnu.org; Thu, 25 Feb 2021 01:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53127) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lF9ra-00051n-Rx for guix-patches@gnu.org; Thu, 25 Feb 2021 01:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lF9ra-0003CO-Np for guix-patches@gnu.org; Thu, 25 Feb 2021 01:11:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46741] [PATCH] gnu: Return appropriate defconfig for ppc64 (non-LE) Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 25 Feb 2021 06:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46741 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Carl Dong Cc: 46741@debbugs.gnu.org Received: via spool by 46741-submit@debbugs.gnu.org id=B46741.161423342712186 (code B ref 46741); Thu, 25 Feb 2021 06:11:02 +0000 Received: (at 46741) by debbugs.gnu.org; 25 Feb 2021 06:10:27 +0000 Received: from localhost ([127.0.0.1]:36439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lF9r0-0003AU-TX for submit@debbugs.gnu.org; Thu, 25 Feb 2021 01:10:27 -0500 Received: from flashner.co.il ([178.62.234.194]:56240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lF9qy-0003AH-TM for 46741@debbugs.gnu.org; Thu, 25 Feb 2021 01:10:25 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 7400F4082B; Thu, 25 Feb 2021 06:10:18 +0000 (UTC) Date: Thu, 25 Feb 2021 08:09:39 +0200 From: Efraim Flashner Message-ID: References: <20210224030312.458470-1-contact@carldong.me> <976A5887-0DF5-48A6-A071-D7B3A9A51186@carldong.me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vNUIVtAHbjNZj93P" Content-Disposition: inline In-Reply-To: <976A5887-0DF5-48A6-A071-D7B3A9A51186@carldong.me> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.47 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 2C1381FF95 X-Spam-Score: -2.47 X-Migadu-Scanner: scn1.migadu.com X-TUID: 6jQ5T1oNX5o8 --vNUIVtAHbjNZj93P Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 24, 2021 at 03:30:00PM -0500, Carl Dong wrote: > Hmmm does string-prefix? accept regex? And if so perhaps it should be "po= werpc64(le)?-=E2=80=9C? Definitely what I meant to write >=20 > Carl Dong > contact@carldong.me > "I fight for the users" >=20 > > On Feb 24, 2021, at 3:17 AM, Efraim Flashner wr= ote: > >=20 > > On Tue, Feb 23, 2021 at 10:03:12PM -0500, Carl Dong wrote: > >> * gnu/packages/linux.scm (system->defconfig): Add "powerpc64-" prefix. > >> --- > >> gnu/packages/linux.scm | 1 + > >> 1 file changed, 1 insertion(+) > >>=20 > >> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > >> index c87c5ffb09..30cbebf849 100644 > >> --- a/gnu/packages/linux.scm > >> +++ b/gnu/packages/linux.scm > >> @@ -181,6 +181,7 @@ > >> defconfig. Return the appropriate make target if applicable, otherwis= e return > >> \"defconfig\"." > >> (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig") > >> + ((string-prefix? "powerpc64-" system) "ppc64_defconfig") > >> ((string-prefix? "powerpc64le-" system) "ppc64_defconfig") > >=20 > > would it make more sense to change it to "powerpc64" or "powerpc(64)?-"? > >=20 > >> (else "defconfig"))) > >>=20 > >> -- > >> 2.30.1 > >>=20 > >>=20 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --vNUIVtAHbjNZj93P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmA3PyAACgkQQarn3Mo9 g1GRyg//QWxIomtWXzOwexlNgqQBh2Rmub4/YQ1ZIl6vgxRHFsX17N03rzymbcbr vTYjAp+oqbRP/o5RB8e5fn0/pX88IGCTJCY/0vNoQhjtYc4dab2pV5+PM61f01EN CGprL9bfjHLc/G5N/mD4/GOMjuAwxNxo2RQ0LsfRUOe1k9MH8RWyOENS272zysSR sRhAbM4Mrc1dWgt28HdeZ2fR9ZRThBx6VDfvs1XEVnxUrZYiwLfWPVwol4/rYR/9 qFAE0dUeaF6LPl6wc825a2/HLDZywRyOhjZYueUXs8PO1LGkJbqdgwgZx/ssmPvE 65e2A6GvoUemwH7aqggUB5rIO2vIl0SHEJol08GWCWtifYtbFNlydEj3pmGLWM7Z s3RAJcVrB6ChEHfiNnWfKO9ZBLnq7nBIm/uMor7DaUODRUgXs6A86jcDASj98JUC 5UcVMfe/lU/b7ffVFZi1kpF73ReTaS8mCWeG+mpUzY/7vUyQmiVW4DjnpxrggfT5 66+pMM7FW05yG3TNzaZBks9eFcNLiKU7dwXCQ+xEUa1dbcpG3yiRbZtYAXVEnpAF /fGgRqRaIo6pJmkQSxDkEnMnQ4lvKyGfPTMI98brsE88RNeLWlbxu9+89T0JtLZf kIMFubZof3FgmczBUxRhL32SLdJM+qwTxMlg3hiq3/6wutjGJPE= =Bume -----END PGP SIGNATURE----- --vNUIVtAHbjNZj93P--