[oe-commits] Khem Raj : sane-toolchain.inc: Use git as preferred version for uclibc

git version control git at git.openembedded.org
Sun Nov 21 18:37:29 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 08ab57f1ebdcba1077aa12f57dd4f2e8b4a3329f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08ab57f1ebdcba1077aa12f57dd4f2e8b4a3329f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Nov 21 10:27:41 2010 -0800

sane-toolchain.inc: Use git as preferred version for uclibc

* Also define PREFERRED_EGLIBC and PREFERRED_GLIBC

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/include/sane-toolchain.inc |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index cbd9a11..731786b 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -7,13 +7,15 @@
 # Base line versions, good for most things
 PREFERRED_GCC_VERSION                ?= "4.5"
 PREFERRED_BINUTILS                   ?= "2.20.1"
+PREFERRED_UCLIBC                     ?= "git"
+PREFERRED_EGLIBC                     ?= "2.12"
+PREFERRED_GLIBC                      ?= "2.10.1"
 
 # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
-PREFERRED_VERSION_glibc             ?= "2.10.1"
-PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
-PREFERRED_VERSION_eglibc             ?= "2.12"
-PREFERRED_VERSION_eglibc-initial     ?= "2.12"
-PREFERRED_UCLIBC_VERSION            ?= "0.9.31"
+PREFERRED_VERSION_glibc              ?= "${PREFERRED_GLIBC}"
+PREFERRED_VERSION_glibc-initial      ?= "${PREFERRED_GLIBC}"
+PREFERRED_VERSION_eglibc             ?= "${PREFERRED_EGLIBC}"
+PREFERRED_VERSION_eglibc-initial     ?= "${PREFERRED_EGLIBC}"
 
 # Some systems need a special gcc version
 PREFERRED_GCC_VERSION_486sx          ?= "4.3.2"





More information about the Openembedded-commits mailing list