liburcu: add loongarch64 support

This commit is contained in:
fzdslr-nw 2025-04-26 04:45:59 +00:00 committed by Bjørn Forsman
parent 58f877fea7
commit 1ee8b71382

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
++ platforms.mips
++ platforms.m68k
++ platforms.riscv
++ platforms.loongarch64
);
maintainers = [ maintainers.bjornfor ];
};