Skip to content

Commit 00a5791

Browse files
Aleksanaaalyssais
authored andcommitted
make-bootstrap-tools-cross: add loongarch64-unknown-linux-gnu
1 parent b814e3d commit 00a5791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lib.mapAttrs (n: make) (
3636
powerpc64le-unknown-linux-gnu = powernv;
3737
riscv64-unknown-linux-gnu = riscv64;
3838
s390x-unknown-linux-gnu = s390x;
39+
loongarch64-unknown-linux-gnu = loongarch64-linux;
3940

4041
# musl
4142
aarch64-unknown-linux-musl = aarch64-multiplatform-musl;

0 commit comments

Comments
 (0)