From: Khem Raj Date: Sun, 21 Nov 2010 18:27:41 +0000 (-0800) Subject: sane-toolchain.inc: Use git as preferred version for uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69c8a4da6be7c3b6bd839f839d815e7de1b2c9f;p=openembedded.git sane-toolchain.inc: Use git as preferred version for uclibc * Also define PREFERRED_EGLIBC and PREFERRED_GLIBC Signed-off-by: Khem Raj --- 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"