guix-devel
[Top][All Lists]
Advanced

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

Re: Guix system cross-compile


From: Mathieu Othacehe
Subject: Re: Guix system cross-compile
Date: Thu, 07 Mar 2019 15:44:13 +0100
User-agent: mu4e 1.0; emacs 26.1

Hi Alex,

This subject is explained in "Package Transformation Options" section of
the documentation. In short:

--system means try to build natively for the specified architecture. It
  is possible on the arch that support multiple personalities (i686 and
  x86 for instance), or using QEMU binfmt_misc mechanism. The argument
  is an arch name like "x86_64-linux", "armhf-linux" or "aarch64-linux".

--target means cross-compile for the specified architecture. The
  argument is a GNU triplet such as "mips64el-linux-gnu".

Mathieu




reply via email to

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