[oe-commits] Phil Blundell : micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local. conf can

git version control git at git.openembedded.org
Sat Sep 19 12:37:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b50202f4be562e271f3c3acc15e6f6d1f98619e8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b50202f4be562e271f3c3acc15e6f6d1f98619e8

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Sep 19 13:36:48 2009 +0100

micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf can
override

---

 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 5ee6f9b..43b00f7 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
 
 #############################################################################





More information about the Openembedded-commits mailing list