From: Martin Jansa Date: Tue, 9 Feb 2010 12:54:59 +0000 (+0100) Subject: shr: use gcc-4.4.3 instead of 4.4.2 X-Git-Tag: Release-2010-05/1~500 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351be9f9cd3ed0c5bb0c658e26fd132b6a3f234a;p=openembedded.git shr: use gcc-4.4.3 instead of 4.4.2 Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 6872bb6abf..b776dbe298 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -154,6 +154,7 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_GCC_VERSION ?= "4.4.3" require conf/distro/include/sane-toolchain.inc #############################################################################