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