aboutsummaryrefslogtreecommitdiffstats
path: root/packages/util-linux
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-09 22:47:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-09 22:47:04 +0000
commit4a9c78c951bff090fcc5e45e215243c364eef589 (patch)
treefcd075daa0d889a9b5f59eddacc7480a25dc726b /packages/util-linux
parent4352d0c7d638305f8603eed2870593be615bc077 (diff)
downloadopenembedded-4a9c78c951bff090fcc5e45e215243c364eef589.tar.gz
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/util-linux')
-rw-r--r--packages/util-linux/util-linux_2.12q.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/util-linux/util-linux_2.12q.bb b/packages/util-linux/util-linux_2.12q.bb
index 152e5fe976..93b96cb5e1 100644
--- a/packages/util-linux/util-linux_2.12q.bb
+++ b/packages/util-linux/util-linux_2.12q.bb
@@ -1,3 +1,7 @@
+# fdisk gets a #error unknown architecture when compiling for ARM thumb
+#FIXME: remove this
+ARM_INSTRUCTION_SET = ""
+
include util-linux.inc
PR = "r2"