diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-09 22:47:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-09 22:47:04 +0000 |
commit | 4a9c78c951bff090fcc5e45e215243c364eef589 (patch) | |
tree | fcd075daa0d889a9b5f59eddacc7480a25dc726b /packages/uclibc/uclibc_0.9.28.bb | |
parent | 4352d0c7d638305f8603eed2870593be615bc077 (diff) |
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.
Diffstat (limited to 'packages/uclibc/uclibc_0.9.28.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.28.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 |