From b50202f4be562e271f3c3acc15e6f6d1f98619e8 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 19 Sep 2009 13:36:48 +0100 Subject: micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf can override --- conf/distro/micro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro') 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 ############################################################################# -- cgit v1.2.3