summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-22 09:05:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-23 15:36:32 +0100
commit77726801f68d459ecc4d678d79fa80e0a8d8b762 (patch)
treed38564ce101c7ba9adeb88fea45c4430a2d145ee
parent86771cd2bbf9c41eaa177a4a31b071cad32b164a (diff)
downloadpoky-77726801f68d459ecc4d678d79fa80e0a8d8b762.tar.gz
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. (From OE-Core rev: 6b19aceb48d0cec364a7eab1bb1ca085f5c94b25) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/distro/include/tcmode-default.inc4
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 c2c9efe98e..d27923122e 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"
18 18
19GCCVERSION ?= "4.6.0" 19GCCVERSION ?= "4.6.0"
20SDKGCCVERSION ?= "4.6.0" 20SDKGCCVERSION ?= "4.6.0"
21GCCVERSION_mips ?= "4.5.1"
22SDKGCCVERSION_mips ?= "4.5.1"
23GCCVERSION_ppc ?= "4.5.1"
24SDKGCCVERSION_ppc ?= "4.5.1"
25BINUVERSION ?= "2.21" 21BINUVERSION ?= "2.21"
26GLIBCVERSION ?= "2.10.1" 22GLIBCVERSION ?= "2.10.1"
27EGLIBCVERSION ?= "2.13" 23EGLIBCVERSION ?= "2.13"