diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-12-10 11:41:41 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-17 20:53:14 +0000 |
commit | 5782b2d27bc9db84fa1bd2d499e3b0e737bcd272 (patch) | |
tree | 7cae540c68b0866232989a4cdef17f8533b8ab1a | |
parent | 4d843338866dff4ed028b73278b22a5ad7dc35a2 (diff) | |
download | meta-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>
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 |
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" | |||
13 | INC_PR = "r1" | 13 | INC_PR = "r1" |
14 | 14 | ||
15 | KLIBC_ARCH = '${TARGET_ARCH}' | 15 | KLIBC_ARCH = '${TARGET_ARCH}' |
16 | KLIBC_ARCH_aarch64 = 'arm64' | ||
16 | KLIBC_ARCH_armeb = 'arm' | 17 | KLIBC_ARCH_armeb = 'arm' |
17 | KLIBC_ARCH_mipsel = 'mips' | 18 | KLIBC_ARCH_mipsel = 'mips' |
18 | KLIBC_ARCH_x86 = 'i386' | 19 | KLIBC_ARCH_x86 = 'i386' |