linux-headers: build on riscv64

add riscv64 to arches and generated riscv.lua, just like with aarch64
and x86_64.
This commit is contained in:
Samuel Marín Soto
2026-05-02 20:20:42 -06:00
committed by Michael Forney
parent b4b0e5564e
commit 6bd9bceedb
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
local arch = ({
aarch64='arm64',
x86_64='x86',
riscv64='riscv',
})[config.target.platform:match('[^-]*')]
sub('tools.ninja', function()
toolchain(config.host)