diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-22 09:05:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-23 15:33:46 +0100 |
commit | 6b19aceb48d0cec364a7eab1bb1ca085f5c94b25 (patch) | |
tree | 176147677f56b4a2e2e7d7834759f0213f854255 /meta/conf | |
parent | 4282fa9c0cc4fe940fc882f9736d092308fcf30b (diff) | |
download | openembedded-core-6b19aceb48d0cec364a7eab1bb1ca085f5c94b25.tar.gz openembedded-core-6b19aceb48d0cec364a7eab1bb1ca085f5c94b25.tar.bz2 openembedded-core-6b19aceb48d0cec364a7eab1bb1ca085f5c94b25.tar.xz openembedded-core-6b19aceb48d0cec364a7eab1bb1ca085f5c94b25.zip |
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 <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | 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 c2c9efe98..d27923122 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" |