From: Khem Raj Date: Sat, 25 Sep 2010 23:14:15 +0000 (-0700) Subject: sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2990ab35e4842e1cd441a04386df72636100d6c1;p=openembedded.git sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR and developers. Signed-off-by: Khem Raj Acked-by: Martin Jansa --- diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index de739226c0..6d460a2d8a 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -5,14 +5,14 @@ ############################################################################# # Base line versions, good for most things -PREFERRED_GCC_VERSION ?= "4.4.4" +PREFERRED_GCC_VERSION ?= "4.5" PREFERRED_BINUTILS ?= "2.20.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.11" -PREFERRED_VERSION_eglibc-initial ?= "2.11" +PREFERRED_VERSION_eglibc ?= "2.12" +PREFERRED_VERSION_eglibc-initial ?= "2.12" PREFERRED_UCLIBC_VERSION ?= "0.9.31" # Some systems need a special gcc version