mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
rust-target-config: Map rust target to OE target
(From OE-Core rev: caca883b524a767d970d934744b0f2b0ef743e20) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -296,6 +296,8 @@ def llvm_cpu(d):
|
||||
trans['i586'] = "i586"
|
||||
trans['mips64'] = "mips64"
|
||||
trans['mips64el'] = "mips64"
|
||||
trans['powerpc64le'] = "ppc64le"
|
||||
trans['powerpc64'] = "ppc64"
|
||||
trans['riscv64'] = "generic-rv64"
|
||||
trans['riscv32'] = "generic-rv32"
|
||||
trans['loongarch64'] = "la464"
|
||||
|
||||
Reference in New Issue
Block a user