From 4a9c78c951bff090fcc5e45e215243c364eef589 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Fri, 9 Sep 2005 22:47:04 +0000 Subject: uclibc, alsa, monotone-5, util-linux: enable thumb on ucslugc, disable it on these packages This commit causes thumb build for everything in ucslugc-packages except these packages and libgcc (from gcc). libgcc and uclibc still need some work, the other packages reveal compiler bugs (monotone), source bugs (alsa) or missing configuration (thumb arch support in util-linux) and so are disabled for the moment. --- packages/uclibc/uclibc_0.9.28.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/uclibc') diff --git a/packages/uclibc/uclibc_0.9.28.bb b/packages/uclibc/uclibc_0.9.28.bb index 246e9bc772..8805f9ff2b 100644 --- a/packages/uclibc/uclibc_0.9.28.bb +++ b/packages/uclibc/uclibc_0.9.28.bb @@ -1,5 +1,5 @@ DEFAULT_PREFERENCE = "1" -PR = "r1" +PR = "r2" include uclibc.inc @@ -12,6 +12,9 @@ SRC_URI += "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2" S = "${WORKDIR}/uClibc-${PV}" +# At present the thumb implementation is non-functional +ARM_INSTRUCTION_SET = "" + #*** PATCHES *** # # The nokernelheadercheck patch removes the check on the include -- cgit 1.2.3-korg