summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-12-10 11:41:41 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-17 20:53:14 +0000
commit5782b2d27bc9db84fa1bd2d499e3b0e737bcd272 (patch)
tree7cae540c68b0866232989a4cdef17f8533b8ab1a /meta-initramfs/recipes-devtools/klibc/klibc.inc
parent4d843338866dff4ed028b73278b22a5ad7dc35a2 (diff)
downloadmeta-openembedded-5782b2d27bc9db84fa1bd2d499e3b0e737bcd272.tar.gz
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>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index d8af66639..24ece9c4b 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"
13INC_PR = "r1" 13INC_PR = "r1"
14 14
15KLIBC_ARCH = '${TARGET_ARCH}' 15KLIBC_ARCH = '${TARGET_ARCH}'
16KLIBC_ARCH_aarch64 = 'arm64'
16KLIBC_ARCH_armeb = 'arm' 17KLIBC_ARCH_armeb = 'arm'
17KLIBC_ARCH_mipsel = 'mips' 18KLIBC_ARCH_mipsel = 'mips'
18KLIBC_ARCH_x86 = 'i386' 19KLIBC_ARCH_x86 = 'i386'