poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yet

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-08-10 15:09:33 +01:00
parent 1842635ee8
commit 6ef17f4b31

View File

@@ -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"