From patchwork Sun May 22 18:48:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8/9] tcmode-default: switch to gcc 4.6.0 for ppc & mips also Date: Sun, 22 May 2011 18:48:32 -0000 From: Saul Wold X-Patchwork-Id: 4615 Message-Id: <8c10a7c6a23949e0e824a255dae56a16c1859c0d.1306089781.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Nitin A Kamble Now the kernel issues related to gcc 4.6.0 for mips & ppc are fixed. Signed-off-by: Nitin A Kamble --- meta/conf/distro/include/tcmode-default.inc | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index c2c9efe..d279231 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"