From: Martin Jansa Date: Sun, 30 May 2010 15:00:48 +0000 (+0200) Subject: shr: use gcc-4.5.0 instead of gcc-4.4.4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f32cea2e3431ea24846d1ad4b7c5645a0a9ebde;p=openembedded.git shr: use gcc-4.5.0 instead of gcc-4.4.4 Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 9fd6b04b16..873b41bd60 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -148,6 +148,7 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A LIBC ?= "eglibc" PREFERRED_VERSION_eglibc ?= "2.12" PREFERRED_VERSION_eglibc-initial ?= "2.12" +PREFERRED_GCC_VERSION ?= "4.5" require conf/distro/include/sane-toolchain.inc #############################################################################