We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a49872 commit ec52ea0Copy full SHA for ec52ea0
doc/manual/source/development/building.md
@@ -213,6 +213,17 @@ nix build .#nix-everything-x86_64-unknown-freebsd
213
nix build .#nix-everything-x86_64-w64-mingw32
214
```
215
216
+For historic reasons and backward-compatibility, some CPU and OS identifiers are translated as follows:
217
+
218
+| `config.guess` | Nix |
219
+|----------------------------|---------------------|
220
+| `amd64` | `x86_64` |
221
+| `i*86` | `i686` |
222
+| `arm6` | `arm6l` |
223
+| `arm7` | `arm7l` |
224
+| `linux-gnu*` | `linux` |
225
+| `linux-musl*` | `linux` |
226
227
## Compilation environments
228
229
Nix can be compiled using multiple environments:
0 commit comments