From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ensur-0005DN-FO for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ensuo-0006Du-5s for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ensuo-0006Dn-2m for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ensun-0002na-Sw for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:01 -0500 Subject: [bug#30487] [PATCH] gnu: Add basic support for s390x-linux-gnu targets. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180216145042.28978-1-mephi42@gmail.com> Date: Mon, 19 Feb 2018 22:23:13 +0100 In-Reply-To: <20180216145042.28978-1-mephi42@gmail.com> (mephi's message of "Fri, 16 Feb 2018 17:50:42 +0300") Message-ID: <87mv04ekse.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: mephi42 Cc: 30487@debbugs.gnu.org Hello, mephi42 skribis: > * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add > "s390x-linux". > * gnu/packages/linux.scm (system->linux-architecture): Add "s390" > prefix. Applied, thanks! Let us know if you get further with Guix on s390. :-) Ludo=E2=80=99.