diff options
author | eldritch horrors <pennae@lix.systems> | 2024-07-10 17:45:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-07-10 17:45:17 +0000 |
commit | f0c751d4d62da9a5eb04a38b57e169488bb4ecc6 (patch) | |
tree | 650f69e20756086ffe570b74e98d758a0f522eeb /doc | |
parent | 3dced96741816db01f9990e0884224d38ee58390 (diff) | |
parent | f5aa5b6815e6cd9194c7dec03651066e4cab5783 (diff) |
Merge changes I81552018,Ieb65c133 into main
* changes:
releng: add releaseTests flake output, test script
add aarch64-linux as a cross-build target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index 8577a6a2e..37c96a5c0 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -175,6 +175,7 @@ These are specified in `crossSystems` in `flake.nix`; feel free to submit change - `armv6l-linux` - `armv7l-linux` +- `aarch64-linux` - `riscv64-linux` For example, to cross-compile Lix for `armv6l-linux` from another Linux, use the following: |