mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
klibc.inc: add mapping for 64-bit ARM builds
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64').
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
This commit is contained in:
@@ -13,6 +13,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|||||||
INC_PR = "r1"
|
INC_PR = "r1"
|
||||||
|
|
||||||
KLIBC_ARCH = '${TARGET_ARCH}'
|
KLIBC_ARCH = '${TARGET_ARCH}'
|
||||||
|
KLIBC_ARCH_aarch64 = 'arm64'
|
||||||
KLIBC_ARCH_armeb = 'arm'
|
KLIBC_ARCH_armeb = 'arm'
|
||||||
KLIBC_ARCH_mipsel = 'mips'
|
KLIBC_ARCH_mipsel = 'mips'
|
||||||
KLIBC_ARCH_x86 = 'i386'
|
KLIBC_ARCH_x86 = 'i386'
|
||||||
|
|||||||
Reference in New Issue
Block a user