diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-04-19 21:04:53 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-21 15:49:02 +0200 |
commit | 4b410d68f722775e8627c175d5c623e7a7f5c928 (patch) | |
tree | 362b587c97351168c8c487d038e834a038cb8f1f /conf/distro | |
parent | 0ddf0dafd85dffe117c923933ef4ef1ce721612d (diff) |
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')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
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" |