aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/angstrom-2008.1.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-04-19 21:04:53 +0200
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-21 15:49:02 +0200
commit4b410d68f722775e8627c175d5c623e7a7f5c928 (patch)
tree362b587c97351168c8c487d038e834a038cb8f1f /conf/distro/angstrom-2008.1.conf
parent0ddf0dafd85dffe117c923933ef4ef1ce721612d (diff)
downloadopenembedded-4b410d68f722775e8627c175d5c623e7a7f5c928.tar.gz
angstrom-2008.1: do not use Thumb for uclibc
Compilation is broken with binutils which Angstrom uses. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-rw-r--r--conf/distro/angstrom-2008.1.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index a26a98729a..4456927508 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -241,3 +241,5 @@ DISTRO_EXTRA_RRECOMMENDS += " \
"
SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
+ARM_INSTRUCTION_SET_pn-uclibc = "arm"
+ARM_INSTRUCTION_SET_pn-uclibc-initial = "arm"