diff options
author | Phil Blundell <philb@gnu.org> | 2009-09-19 13:36:48 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-09-19 13:36:48 +0100 |
commit | b50202f4be562e271f3c3acc15e6f6d1f98619e8 (patch) | |
tree | e576a362c79d04ebe2ae3712e9bb449131e57102 | |
parent | d7f889b1a94b7e84ca593659c285c3ccdbfd2fe8 (diff) |
micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf can
override
-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 ############################################################################# |