Next: , Previous: , Up: Top   [Contents][Index]


11 Foreign Architectures

You can target computers of different CPU architectures when producing packages (see 调用guix package), packs (see 调用guix pack) or full systems (see 调用guix system).

GNU Guix supports two distinct mechanisms to target foreign architectures:

  1. The traditional cross-compilation mechanism.
  2. The native building mechanism which consists in building using the CPU instruction set of the foreign system you are targeting. It often requires emulation, using the QEMU program for instance.