aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-21 10:27:41 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-21 10:30:02 -0800
commit08ab57f1ebdcba1077aa12f57dd4f2e8b4a3329f (patch)
tree4395f767f3299edf9e6592338f0755c30897caea /conf
parent1fcb9e0956a057cd7120d7fc334c2505e46da19c (diff)
downloadopenembedded-08ab57f1ebdcba1077aa12f57dd4f2e8b4a3329f.tar.gz
sane-toolchain.inc: Use git as preferred version for uclibc
* Also define PREFERRED_EGLIBC and PREFERRED_GLIBC Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index cbd9a11242..731786bbb2 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"