[oe-commits] Andrea Adami : klibc: don't force ARM_INSTRUCTION_SET = "arm"

git version control git at git.openembedded.org
Sun Jun 12 21:14:42 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 291b6918cee85f2c50219678576bee6935f5e89a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=291b6918cee85f2c50219678576bee6935f5e89a

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Jun 12 18:24:59 2011 +0200

klibc: don't force ARM_INSTRUCTION_SET = "arm"

* this is there since initial commit
* build tested on armv5te and armv4
* bump INC_PR

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

---

 recipes/klibc/klibc.inc |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc
index 528dbc8..c55ae2e 100644
--- a/recipes/klibc/klibc.inc
+++ b/recipes/klibc/klibc.inc
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
 LICENSE = "BSD-ADV"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r1"
+INC_PR = "r2"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
@@ -17,10 +17,6 @@ KLIBC_ARCH_i586 = 'i386'
 KLIBC_ARCH_i686 = 'i386'
 KLIBC_ARCH_pentium = 'i386'
 
-# the klibc code contains ARM instructions (for ARM), this
-# could be fixed, but for the moment:
-ARM_INSTRUCTION_SET = "arm"
-
 KLIBC_FETCHDIR = "1.5"
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/${KLIBC_FETCHDIR}/klibc-${PV}.tar.bz2"
 





More information about the Openembedded-commits mailing list