From: Nitin A Kamble Date: Sun, 22 May 2011 16:05:56 +0000 (-0700) Subject: tcmode-default: switch to gcc 4.6.0 for ppc & mips also X-Git-Tag: yocto-4.0~41028 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b19aceb48d0cec364a7eab1bb1ca085f5c94b25;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcmode-default: switch to gcc 4.6.0 for ppc & mips also Now the kernel issues related to gcc 4.6.0 for mips & ppc are fixed. Signed-off-by: Nitin A Kamble --- diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index c2c9efe98e6..d27923122e9 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -18,10 +18,6 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext" 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.13"