From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyeDL-00026J-Rj for guix-patches@gnu.org; Thu, 13 Apr 2017 08:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyeDG-0001PT-M0 for guix-patches@gnu.org; Thu, 13 Apr 2017 08:51:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyeDG-0001PJ-Io for guix-patches@gnu.org; Thu, 13 Apr 2017 08:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyeDG-000298-Cd for guix-patches@gnu.org; Thu, 13 Apr 2017 08:51:02 -0400 Subject: bug#25799: [PATCH] gnu: add basic support for "alpha-linux" system Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170219193158.4060-1-slyfox@inbox.ru> <878tojiqpm.fsf@openmailbox.org> <20170307223814.0cb630e3@sf> <87d1dsbo6u.fsf@openmailbox.org> <87shmnn9ct.fsf@gnu.org> <20170412215944.3fa356d1@sf> Date: Thu, 13 Apr 2017 14:50:13 +0200 In-Reply-To: <20170412215944.3fa356d1@sf> (Sergei Trofimovich's message of "Wed, 12 Apr 2017 21:59:44 +0100") Message-ID: <8760i8qxoa.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: Sergei Trofimovich Cc: 25799-done@debbugs.gnu.org, Kei Kebreau Hello! Sergei Trofimovich skribis: > I've heard core-updates were merged to master. Congratulations! Indeed, thanks for following up! > From fb53ef5d023624dc06de013d4a135bcec979a4cf Mon Sep 17 00:00:00 2001 > From: Sergei Trofimovich > Date: Sun, 19 Feb 2017 19:21:06 +0000 > Subject: [PATCH] gnu: add basic support for "alpha-linux" system > > This change allows cross-building packages > by just using --target=3Dalpha-unknown-linux-gnu re2c: > > $ ./pre-inst-env guix build --target=3Dalpha-unknown-linux-gnu re2c > $ file /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c > /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c: \ > ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dyna= mically linked, \ > interpreter /gnu/store/0z5d6z3hh41w7z5g2g82zlnwgpbj0i1a-glibc-cross-a= lpha-unknown-linux-gnu-2.24/lib/ld-linux.so.2, \ > for GNU/Linux 3.2.0, not stripped > > gcc for alpha uses 'GLIBC_DYNAMIC_LINKER"/lib/ld-linux.so.2"' > > * gnu/packages/gcc.scm (gcc-4.7): fix GLIBC_DYNAMIC_LINKER substitution w= hen delimiter is a tab > > Signed-off-by: Sergei Trofimovich I tweaked the commit log and pushed to =E2=80=98core-updates=E2=80=99. > From 5d31bb14ce6aaecfaf022616e538470036916cef Mon Sep 17 00:00:00 2001 > From: Sergei Trofimovich > Date: Mon, 6 Mar 2017 22:21:43 +0000 > Subject: [PATCH] gnu: libffi: apply alpha build fix > > * gnu/packages/patches/libffi-3.2.1-complex_alpha.patch: new file > * gnu/local.mk (dist_patch_DATA): add patch > * gnu/packages/libffi.scm (libffi): apply Gentoo patch to fix alpha build Ditto, and I changed the file name to use a hyphen instead of an underscore. :-) Hopefully cross-compilation to alpha-linux-gnu now works in =E2=80=98core-u= pdates=E2=80=99? Thank you! Ludo=E2=80=99.