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:28:49 -0800
commita69c8a4da6be7c3b6bd839f839d815e7de1b2c9f (patch)
treeade28b7438897a1522ed42536bbae9a58ec4ca72 /conf
parentd4c4033f9af05651e106cd8e9f8577862df20427 (diff)
downloadopenembedded-a69c8a4da6be7c3b6bd839f839d815e7de1b2c9f.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"