From 4d8c66ec6fee1f476c495297c48e3167fd6378ed Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Tue, 9 Jul 2024 22:49:10 +0200 Subject: add aarch64-linux as a cross-build target we want to be sure we can cross-build to aarch64 for releases, add a target to our crossSystems list to make those cheacks easier to run. Change-Id: Ieb65c1333a5232641ace0ba4d122fc7d528ebc04 --- doc/manual/src/contributing/hacking.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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: -- cgit v1.2.3