From 291b6918cee85f2c50219678576bee6935f5e89a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 12 Jun 2011 18:24:59 +0200 Subject: 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 --- recipes/klibc/klibc.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/klibc') 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" -- cgit 1.2.3-korg