diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-05-13 01:22:22 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-13 09:50:24 +0100 |
commit | 06318f320803814ac7f2827473a8e46a8eb0d8cb (patch) | |
tree | 7a43e1d6092a927a0191a4a9735c0b10e851bd70 /meta-initramfs/recipes-devtools/klibc/klibc.inc | |
parent | c824cb3a7e1ea266e4f85fdb00669f374c9416a1 (diff) | |
download | meta-openembedded-06318f320803814ac7f2827473a8e46a8eb0d8cb.tar.gz |
klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index a4937fa5e..4d5f6c4dd 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -16,10 +16,13 @@ KLIBC_ARCH = '${TARGET_ARCH}' | |||
16 | KLIBC_ARCH_armeb = 'arm' | 16 | KLIBC_ARCH_armeb = 'arm' |
17 | KLIBC_ARCH_mipsel = 'mips' | 17 | KLIBC_ARCH_mipsel = 'mips' |
18 | KLIBC_ARCH_x86 = 'i386' | 18 | KLIBC_ARCH_x86 = 'i386' |
19 | KLIBC_ARCH_x86-64 = 'x86_64' | ||
19 | KLIBC_ARCH_i486 = 'i386' | 20 | KLIBC_ARCH_i486 = 'i386' |
20 | KLIBC_ARCH_i586 = 'i386' | 21 | KLIBC_ARCH_i586 = 'i386' |
21 | KLIBC_ARCH_i686 = 'i386' | 22 | KLIBC_ARCH_i686 = 'i386' |
22 | KLIBC_ARCH_pentium = 'i386' | 23 | KLIBC_ARCH_pentium = 'i386' |
24 | KLIBC_ARCH_powerpc = 'ppc' | ||
25 | KLIBC_ARCH_powerpc64 = 'ppc64' | ||
23 | 26 | ||
24 | export FIX_ARMV4_EABI_BX = "${FIX_V4BX}" | 27 | export FIX_ARMV4_EABI_BX = "${FIX_V4BX}" |
25 | 28 | ||