From: Marcin Juszkiewicz Date: Sun, 19 Apr 2009 19:04:53 +0000 (+0200) Subject: angstrom-2008.1: do not use Thumb for uclibc X-Git-Tag: Release-2010-05/1~3724^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b410d68f722775e8627c175d5c623e7a7f5c928;p=openembedded.git angstrom-2008.1: do not use Thumb for uclibc Compilation is broken with binutils which Angstrom uses. Signed-off-by: Marcin Juszkiewicz Acked-by: Koen Kooi --- 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"