sane-toolchain.inc: Use git as preferred version for uclibc
authorKhem Raj <raj.khem@gmail.com>
Sun, 21 Nov 2010 18:27:41 +0000 (10:27 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 21 Nov 2010 18:28:49 +0000 (10:28 -0800)
* Also define PREFERRED_EGLIBC and PREFERRED_GLIBC

Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/include/sane-toolchain.inc

index cbd9a11..731786b 100644 (file)
@@ -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"