[oe-commits] Andrea Adami : klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64

git at git.openembedded.org git at git.openembedded.org
Mon May 13 14:13:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 06318f320803814ac7f2827473a8e46a8eb0d8cb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=06318f320803814ac7f2827473a8e46a8eb0d8cb

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon May 13 01:22:22 2013 +0200

klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 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 a4937fa..4d5f6c4 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}'
 KLIBC_ARCH_armeb = 'arm'
 KLIBC_ARCH_mipsel = 'mips'
 KLIBC_ARCH_x86 = 'i386'
+KLIBC_ARCH_x86-64 = 'x86_64'
 KLIBC_ARCH_i486 = 'i386'
 KLIBC_ARCH_i586 = 'i386'
 KLIBC_ARCH_i686 = 'i386'
 KLIBC_ARCH_pentium = 'i386'
+KLIBC_ARCH_powerpc = 'ppc'
+KLIBC_ARCH_powerpc64 = 'ppc64'
 
 export FIX_ARMV4_EABI_BX = "${FIX_V4BX}"
 





More information about the Openembedded-commits mailing list