aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/micro.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-09-14 22:21:14 +0100
committerPhil Blundell <philb@gnu.org>2009-09-14 22:21:14 +0100
commit13bea4b76e58eb0342654c749d259536407e16d3 (patch)
tree96ab5832cda9ed5b783d4d34472f667d40d5e4ad /conf/distro/micro.conf
parent757510da73d00b7587500c73223cf854f783fd8d (diff)
downloadopenembedded-13bea4b76e58eb0342654c749d259536407e16d3.tar.gz
micro: select Thumb code where possible
Diffstat (limited to 'conf/distro/micro.conf')
-rw-r--r--conf/distro/micro.conf1
1 files changed, 1 insertions, 0 deletions
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
#############################################################################