tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm

mips & ppc are not ready yet. Waiting for kernel issues to be fixed.

(From OE-Core rev: c36623f4906633e186411ed973ea8d41d227e4c3)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble
2011-05-17 11:00:06 -07:00
committed by Richard Purdie
parent 6557b598ee
commit cc46019997

View File

@@ -16,8 +16,12 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-initial-nativesdk"
PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
GCCVERSION ?= "4.5.1"
SDKGCCVERSION ?= "4.5.1"
GCCVERSION ?= "4.6.0"
SDKGCCVERSION ?= "4.6.0"
GCCVERSION_mips ?= "4.5.1"
SDKGCCVERSION_mips ?= "4.5.1"
GCCVERSION_ppc ?= "4.5.1"
SDKGCCVERSION_ppc ?= "4.5.1"
BINUVERSION ?= "2.21"
GLIBCVERSION ?= "2.10.1"
EGLIBCVERSION ?= "2.12"