diff options
-rw-r--r-- | conf/distro/micro.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 5ee6f9b393..43b00f7958 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -62,7 +62,7 @@ MACHINE_KERNEL_VERSION = "2.6" ############################################################################# LIBC ?= "eglibc" PREFERRED_BINUTILS = "2.19.51" -PREFERRED_ARM_INSTRUCTION_SET = "thumb" +PREFERRED_ARM_INSTRUCTION_SET ?= "thumb" require conf/distro/include/sane-toolchain.inc ############################################################################# |