From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EPkKNz60zF7fMwAA0tVLHw (envelope-from ) for ; Tue, 26 May 2020 06:16:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4DTHMj60zF64YAAAbx9fmQ (envelope-from ) for ; Tue, 26 May 2020 06:16:30 +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 55B3F940253 for ; Tue, 26 May 2020 06:16:30 +0000 (UTC) Received: from localhost ([::1]:43472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdSt3-0003wj-4n for larch@yhetil.org; Tue, 26 May 2020 02:16:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdSsf-0003no-O6 for guix-devel@gnu.org; Tue, 26 May 2020 02:16:05 -0400 Received: from flashner.co.il ([178.62.234.194]:56954) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdSse-0001TS-6L; Tue, 26 May 2020 02:16:05 -0400 Received: from localhost (unknown [188.120.128.90]) by flashner.co.il (Postfix) with ESMTPSA id 4E21040041; Tue, 26 May 2020 06:16:02 +0000 (UTC) Date: Tue, 26 May 2020 09:15:29 +0300 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: MIPS support Message-ID: <20200526061529.GF3698@E5400> References: <87blo1ydsf.fsf@cbaines.net> <20200408220745.GA18252@jasmine.lan> <87sggdf7qm.fsf@gnu.org> <20200506182327.GA27121@jasmine.lan> <87y2pqky7r.fsf@gnu.org> <20200518070122.GE18220@E5400> <87pnatyrji.fsf@gnu.org> <20200525094443.GD3698@E5400> <87blmbu2xe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8bBEDOJVaa9YlTAt" Content-Disposition: inline In-Reply-To: <87blmbu2xe.fsf@gnu.org> 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 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/26 02:16:02 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: Wj4jgOZnGyZG --8bBEDOJVaa9YlTAt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 25, 2020 at 11:20:45PM +0200, Ludovic Court=C3=A8s wrote: > Hi, >=20 > Efraim Flashner skribis: >=20 > > Here's a first draft at removing mips64el-linux support from the > > documentation. I've left it as a supported system in (gnu ci), in (guix > > packages) and in the tests. I changed the text where we mention that we > > support mips64el-linux as an architecture, and elsewhere in the manual > > I've either removed mention of it when it was listed as a supported > > target or changed the references to aarch64. >=20 > The patch LGTM! >=20 > (gnu ci) refers to the cross-compilation target, which is fine, we can > keep it. >=20 > However, I think you can remove =E2=80=9Cmips64el-linux=E2=80=9D from > =E2=80=98%supported-systems=E2=80=99 in (guix packages), especially given= the comment > above it, and you can adjust =E2=80=98%hydra-supported-systems=E2=80=99 a= ccordingly. The problem with removing it from %supported-systems is we have a number of packages which already explicitly remove it from the list. How about instead we rename %supported-systems to %linux-systems, add mips64el to a new %deprecated-systems and turn %supported-systems into a combination of %linux-systems, %deprecated-systems and %hurd-systems. --=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 --8bBEDOJVaa9YlTAt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7MtAEACgkQQarn3Mo9 g1EIkhAAsAPvsg8U1/8CNH9n4iTW2XhQWpPCpjfpFX4FyhynTPAbUkl+NOE5PX+Q 7lX7I+Fnpli2g77g2U5ZhEhad7ZuSu/yo6OTXYEh+sTMTgeU6HCzPMnIQ5FmUpjR NKntClpy0rH8cjB5qHzkmKZUcFP3ekTtKAdWIrgDzWf4WVA0aC9x5h1JCp1VjgVQ wREYNAxfz4g6ojkGwP1p6jlwTPNLO8T2jTg/5yzQjqg8CZ6Gb7qhJc+lHmgKfPMY tKGBrWOwsDEFwEF0J+/8dOm3LAXVkvgF2yBKUGaYc9Oh+EEVr9z3PNV01fbMkcBq YiV656+qjyDCo3/2gi3PHEKbom6SVVpDwN6PznxRzPefdhO3/LDx0rxCpn6wqzYd p1+ot1ERx8FvyzJp1KqEGLVttNuPgf0sr3LqWr0ZwNJIRH5T5M6l5/U+sple3rTK DSd2ffYwb5zVU/T4nFvh5ksTMXpXRDBJV0vpxs3K2ozQBv5QMkiiY8a3NAoQKJwJ tUVm769wrsHvt5DArxrTPPVulIMrWobpr66qYPBd7ok3+RA78V5mTErvHKbRyx8B x7ZHodtmJuNW/J65iSmkcrEKRw+hS6pfREsGMZxfbAKAzcLQnGigCPp8qow6IqIi LSMCiiR8FSp3RpDylWVSRDVWy+vjmjRdlv5aJ7K3Zczv68jDvAs= =vZkL -----END PGP SIGNATURE----- --8bBEDOJVaa9YlTAt--