aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/klibc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-06-12 18:24:59 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-06-12 18:24:59 +0200
commit291b6918cee85f2c50219678576bee6935f5e89a (patch)
treeba62e54a1d16bc7bcde28adba903ae3164e3da96 /recipes/klibc
parent8629531ee6509574c9dde9627886b83a8990a7a1 (diff)
downloadopenembedded-291b6918cee85f2c50219678576bee6935f5e89a.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/klibc')
-rw-r--r--recipes/klibc/klibc.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc
index 528dbc80ee..c55ae2e554 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"