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:36:32 +0100 |
commit | 77726801f68d459ecc4d678d79fa80e0a8d8b762 (patch) | |
tree | d38564ce101c7ba9adeb88fea45c4430a2d145ee /meta/conf | |
parent | 86771cd2bbf9c41eaa177a4a31b071cad32b164a (diff) | |
download | poky-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>
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 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 | ||
19 | GCCVERSION ?= "4.6.0" | 19 | GCCVERSION ?= "4.6.0" |
20 | SDKGCCVERSION ?= "4.6.0" | 20 | SDKGCCVERSION ?= "4.6.0" |
21 | GCCVERSION_mips ?= "4.5.1" | ||
22 | SDKGCCVERSION_mips ?= "4.5.1" | ||
23 | GCCVERSION_ppc ?= "4.5.1" | ||
24 | SDKGCCVERSION_ppc ?= "4.5.1" | ||
25 | BINUVERSION ?= "2.21" | 21 | BINUVERSION ?= "2.21" |
26 | GLIBCVERSION ?= "2.10.1" | 22 | GLIBCVERSION ?= "2.10.1" |
27 | EGLIBCVERSION ?= "2.13" | 23 | EGLIBCVERSION ?= "2.13" |