micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf can
authorPhil Blundell <philb@gnu.org>
Sat, 19 Sep 2009 12:36:48 +0000 (13:36 +0100)
committerPhil Blundell <philb@gnu.org>
Sat, 19 Sep 2009 12:36:48 +0000 (13:36 +0100)
override

conf/distro/micro.conf

index 5ee6f9b..43b00f7 100644 (file)
@@ -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
 
 #############################################################################