add s390x to make-bootstrap-tools-cross.nix

This commit is contained in:
bolives-hax 2024-07-16 20:33:49 +02:00 committed by GitHub
parent ba861dc039
commit 59dabc0d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ in lib.mapAttrs (n: make) (with lib.systems.examples; {
powerpc64-unknown-linux-gnuabielfv2 = ppc64;
powerpc64le-unknown-linux-gnu = powernv;
riscv64-unknown-linux-gnu = riscv64;
s390x-unknown-linux-gnu = s390x;
# musl
aarch64-unknown-linux-musl = aarch64-multiplatform-musl;