summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-22 09:05:56 -0700
committerBeth Flanagan <elizabeth.flanagan@intel.com>2011-05-23 08:25:43 -0700
commitd5bbbf84ae15d0ca11130cf1c6af31431806dbba (patch)
tree4edc8de96a479eea1aae370b8acdd2a776cf64de
parent0d444bf7fa2f452df6d6f60c2ce22eb13a940a22 (diff)
downloadpoky-d5bbbf84ae15d0ca11130cf1c6af31431806dbba.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"