From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Multilib support: running 32-bit binaries on 64-bit systems Date: Tue, 24 Apr 2018 10:46:03 +0200 Message-ID: <8736zl2dro.fsf@gnu.org> References: <87o9ifit8x.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAtaS-0005xj-W7 for help-guix@gnu.org; Tue, 24 Apr 2018 04:46:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAtaP-0004w5-Og for help-guix@gnu.org; Tue, 24 Apr 2018 04:46:09 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:57566) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fAtaP-0004uH-HM for help-guix@gnu.org; Tue, 24 Apr 2018 04:46:05 -0400 In-Reply-To: <87o9ifit8x.fsf@gmail.com> (Pierre Neidhardt's message of "Thu, 19 Apr 2018 12:21:26 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt skribis: > Guix already supports cross-compilation out of the box of 32-bit > packages on any architecture: > > guix build --system=3Di686-linux PACKAGES... Just a note: this is native compilation, *not* cross-compilation. x86_64 machines can run i686 binaries, which is why the above command works just fine. For cross-compilation, see =E2=80=98--target=E2=80=99. Ludo=E2=80=99.