From: Richard Purdie Date: Tue, 10 Aug 2010 14:09:33 +0000 (+0100) Subject: poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yet X-Git-Tag: 2011-1~4969 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6ef17f4b31bb4b449513ab422c0bf63acad6f0f0;p=openembedded-core.git poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yet Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index 091578ff1d..c66a0833bb 100644 --- a/meta/conf/distro/include/poky-default.inc +++ b/meta/conf/distro/include/poky-default.inc @@ -12,7 +12,9 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime" -GCCVERSION ?= "4.3.3" +GCCVERSION ?= "4.5.0" +GCCVERSION_powerpc ?= "4.3.3" +GCCVERSION_mips ?= "4.3.3" BINUVERSION ?= "2.20.1" GLIBCVERSION ?= "2.10.1" LINUXLIBCVERSION ?= "2.6.34"