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 /conf/distro/ucslugc.conf | |
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 'conf/distro/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index b71352d070..1ce549349d 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -15,7 +15,7 @@ TARGET_OS = "linux-uclibc" # Select thumb-interwork and (TBD) thumb ARM_INTERWORK = ":thumb-interwork" -#ARM_INSTRUCTION_SET = ":thumb" +ARM_INSTRUCTION_SET = ":thumb" USE_NLS ?= "no" USE_NLS_glib-2.0 = "yes" |