From: Phil Blundell Date: Mon, 14 Sep 2009 21:21:14 +0000 (+0100) Subject: micro: select Thumb code where possible X-Git-Tag: Release-2010-05/1~2462 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13bea4b76e58eb0342654c749d259536407e16d3;p=openembedded.git micro: select Thumb code where possible --- diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 67e3aff3ca..5ee6f9b393 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -62,6 +62,7 @@ MACHINE_KERNEL_VERSION = "2.6" ############################################################################# LIBC ?= "eglibc" PREFERRED_BINUTILS = "2.19.51" +PREFERRED_ARM_INSTRUCTION_SET = "thumb" require conf/distro/include/sane-toolchain.inc #############################################################################