mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-26 10:03:13 +01:00
257 B
257 B
Cross-platform compilation
First of all, on any Linux platform, there are two ways to do cross-platform compilation.
Taking the building of anaarch64-linux
program on a x86_64-linux
host as an example, the two methods are described as follows:
TODO