mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-22 16:13:26 +01:00
fix: some misinterpretations
This commit is contained in:
parent
9fb4014c22
commit
6fee2da981
@ -97,7 +97,7 @@ pkgsCross.mmix
|
||||
|
||||
### 通过模拟系统进行跨平台编译
|
||||
|
||||
第二种方法是通过模拟系统进行跨平台编译,这种方法不需要交叉编译工具链,但是需要往 binfmt_misc 模块中注册 qemu 的二进制文件。
|
||||
第二种方法是通过模拟系统进行跨平台编译,这种方法不需要交叉编译工具链。
|
||||
|
||||
要使用这种方法,首先你的构建机需要在配置中启用 binfmt_misc 模块,如果你的构建机是 NixOS,将如下配置添加到你的 NixOS Module 即可启用 `aarch64-linux` 与 `riscv64-linux` 两种架构的模拟构建系统:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user