From 5782b2d27bc9db84fa1bd2d499e3b0e737bcd272 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 10 Dec 2013 11:41:41 +0100 Subject: 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 --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-initramfs/recipes-devtools') diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index d8af666390..24ece9c4b4 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc @@ -13,6 +13,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INC_PR = "r1" KLIBC_ARCH = '${TARGET_ARCH}' +KLIBC_ARCH_aarch64 = 'arm64' KLIBC_ARCH_armeb = 'arm' KLIBC_ARCH_mipsel = 'mips' KLIBC_ARCH_x86 = 'i386' -- cgit 1.2.3-korg