diff options
author | Phil Blundell <philb@gnu.org> | 2009-09-14 22:21:14 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-09-14 22:21:14 +0100 |
commit | 13bea4b76e58eb0342654c749d259536407e16d3 (patch) | |
tree | 96ab5832cda9ed5b783d4d34472f667d40d5e4ad /conf/distro | |
parent | 757510da73d00b7587500c73223cf854f783fd8d (diff) |
micro: select Thumb code where possible
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/micro.conf | 1 |
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 ############################################################################# |