mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
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:
committed by
Michael Forney
parent
b4b0e5564e
commit
6bd9bceedb
@@ -1,6 +1,7 @@
|
||||
local arch = ({
|
||||
aarch64='arm64',
|
||||
x86_64='x86',
|
||||
riscv64='riscv',
|
||||
})[config.target.platform:match('[^-]*')]
|
||||
sub('tools.ninja', function()
|
||||
toolchain(config.host)
|
||||
|
||||
Reference in New Issue
Block a user