liburcu: add loongarch64 support

This commit is contained in:
fzdslr-nw
2025-04-27 07:21:41 +02:00
committed by Bjørn Forsman
parent 58f877fea7
commit 1ee8b71382
+1
View File
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
++ platforms.mips
++ platforms.m68k
++ platforms.riscv
++ platforms.loongarch64
);
maintainers = [ maintainers.bjornfor ];
};