help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multilib support: running 32-bit binaries on 64-bit systems


From: Ludovic Courtès
Subject: Re: Multilib support: running 32-bit binaries on 64-bit systems
Date: Tue, 24 Apr 2018 10:46:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Pierre Neidhardt <address@hidden> skribis:

> Guix already supports cross-compilation out of the box of 32-bit
> packages on any architecture:
>
>       guix build --system=i686-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 ‘--target’.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]