All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
@ 2011-05-17 18:07 Nitin A Kamble
  2011-05-17 18:07 ` [PATCH 1/1] tcmode-default: switch to gcc 4.6.0 for x86, " Nitin A Kamble
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nitin A Kamble @ 2011-05-17 18:07 UTC (permalink / raw)
  To: poky, openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

gcc 4.6.0 is good enough to switch for x86, x86-64 & arm now.

I could build core-sdk images and run them through the qemu machines 
when compiled with gcc 4.6.0.

mips & ppc are still not ready, mainly the kernel compilation issues
with gcc 4.6.0. These kernel issues are being worked on by Bruce.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/misc
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (1):
  tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm

 meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm
  2011-05-17 18:07 [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm Nitin A Kamble
@ 2011-05-17 18:07 ` Nitin A Kamble
  2011-05-20 15:06   ` [OE-core] " Saul Wold
  2011-05-20 23:52   ` [OE-core] " Darren Hart
  2 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2011-05-17 18:07 UTC (permalink / raw)
  To: poky, openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

mips & ppc are not ready yet. Waiting for kernel issues to be fixed.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 584da9b..ae6f272 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -16,8 +16,12 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
 PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-initial-nativesdk"
 PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 
-GCCVERSION ?= "4.5.1"
-SDKGCCVERSION ?= "4.5.1"
+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.12"
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
  2011-05-17 18:07 [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm Nitin A Kamble
@ 2011-05-20 15:06   ` Saul Wold
  2011-05-20 15:06   ` [OE-core] " Saul Wold
  2011-05-20 23:52   ` [OE-core] " Darren Hart
  2 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2011-05-20 15:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: poky

On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> gcc 4.6.0 is good enough to switch for x86, x86-64&  arm now.
>
> I could build core-sdk images and run them through the qemu machines
> when compiled with gcc 4.6.0.
>
> mips&  ppc are still not ready, mainly the kernel compilation issues
> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: nitin/misc
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>
> Thanks,
>      Nitin A Kamble<nitin.a.kamble@intel.com>
> ---
>
>
> Nitin A Kamble (1):
>    tcmode-default: switch to gcc 4.6.0 for x86, x86-64&  arm
>
>   meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>   1 files changed, 6 insertions(+), 2 deletions(-)
>

Merged into oe-core and poky

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [OE-core] [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
@ 2011-05-20 15:06   ` Saul Wold
  0 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2011-05-20 15:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: poky

On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> gcc 4.6.0 is good enough to switch for x86, x86-64&  arm now.
>
> I could build core-sdk images and run them through the qemu machines
> when compiled with gcc 4.6.0.
>
> mips&  ppc are still not ready, mainly the kernel compilation issues
> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: nitin/misc
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>
> Thanks,
>      Nitin A Kamble<nitin.a.kamble@intel.com>
> ---
>
>
> Nitin A Kamble (1):
>    tcmode-default: switch to gcc 4.6.0 for x86, x86-64&  arm
>
>   meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>   1 files changed, 6 insertions(+), 2 deletions(-)
>

Merged into oe-core and poky

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
  2011-05-17 18:07 [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm Nitin A Kamble
@ 2011-05-20 23:52   ` Darren Hart
  2011-05-20 15:06   ` [OE-core] " Saul Wold
  2011-05-20 23:52   ` [OE-core] " Darren Hart
  2 siblings, 0 replies; 8+ messages in thread
From: Darren Hart @ 2011-05-20 23:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: poky



On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> gcc 4.6.0 is good enough to switch for x86, x86-64 & arm now.
> 
> I could build core-sdk images and run them through the qemu machines 
> when compiled with gcc 4.6.0.

Has all of meta-intel been built using 4.6.0? If not, that would be a
good test-case for the x86* architectures. Perhaps we could get a manual
scheduler up on the autobuilder for that to make it easy to kick off?

What do you think Beth?

> 
> mips & ppc are still not ready, mainly the kernel compilation issues
> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: nitin/misc
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
> 
> Thanks,
>     Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> 
> 
> Nitin A Kamble (1):
>   tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm
> 
>  meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [OE-core] [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
@ 2011-05-20 23:52   ` Darren Hart
  0 siblings, 0 replies; 8+ messages in thread
From: Darren Hart @ 2011-05-20 23:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: poky



On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> gcc 4.6.0 is good enough to switch for x86, x86-64 & arm now.
> 
> I could build core-sdk images and run them through the qemu machines 
> when compiled with gcc 4.6.0.

Has all of meta-intel been built using 4.6.0? If not, that would be a
good test-case for the x86* architectures. Perhaps we could get a manual
scheduler up on the autobuilder for that to make it easy to kick off?

What do you think Beth?

> 
> mips & ppc are still not ready, mainly the kernel compilation issues
> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: nitin/misc
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
> 
> Thanks,
>     Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> 
> 
> Nitin A Kamble (1):
>   tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & arm
> 
>  meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [poky] [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
  2011-05-20 23:52   ` [OE-core] " Darren Hart
@ 2011-05-21  0:10     ` Saul Wold
  -1 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2011-05-21  0:10 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky, Patches and discussions about the oe-core layer

On 05/20/2011 04:52 PM, Darren Hart wrote:
>
>
> On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
>> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>>
>> gcc 4.6.0 is good enough to switch for x86, x86-64&  arm now.
>>
>> I could build core-sdk images and run them through the qemu machines
>> when compiled with gcc 4.6.0.
>
> Has all of meta-intel been built using 4.6.0? If not, that would be a
> good test-case for the x86* architectures. Perhaps we could get a manual
> scheduler up on the autobuilder for that to make it easy to kick off?
>
> What do you think Beth?
>
Maybe after M1 RC1 gets built

Sau!

>>
>> mips&  ppc are still not ready, mainly the kernel compilation issues
>> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>    Branch: nitin/misc
>>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>>
>> Thanks,
>>      Nitin A Kamble<nitin.a.kamble@intel.com>
>> ---
>>
>>
>> Nitin A Kamble (1):
>>    tcmode-default: switch to gcc 4.6.0 for x86, x86-64&  arm
>>
>>   meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>>   1 files changed, 6 insertions(+), 2 deletions(-)
>>
>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [OE-core] [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm
@ 2011-05-21  0:10     ` Saul Wold
  0 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2011-05-21  0:10 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky, Patches and discussions about the oe-core layer

On 05/20/2011 04:52 PM, Darren Hart wrote:
>
>
> On 05/17/2011 11:07 AM, Nitin A Kamble wrote:
>> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>>
>> gcc 4.6.0 is good enough to switch for x86, x86-64&  arm now.
>>
>> I could build core-sdk images and run them through the qemu machines
>> when compiled with gcc 4.6.0.
>
> Has all of meta-intel been built using 4.6.0? If not, that would be a
> good test-case for the x86* architectures. Perhaps we could get a manual
> scheduler up on the autobuilder for that to make it easy to kick off?
>
> What do you think Beth?
>
Maybe after M1 RC1 gets built

Sau!

>>
>> mips&  ppc are still not ready, mainly the kernel compilation issues
>> with gcc 4.6.0. These kernel issues are being worked on by Bruce.
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>    Branch: nitin/misc
>>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>>
>> Thanks,
>>      Nitin A Kamble<nitin.a.kamble@intel.com>
>> ---
>>
>>
>> Nitin A Kamble (1):
>>    tcmode-default: switch to gcc 4.6.0 for x86, x86-64&  arm
>>
>>   meta/conf/distro/include/tcmode-default.inc |    8 ++++++--
>>   1 files changed, 6 insertions(+), 2 deletions(-)
>>
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-21  0:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 18:07 [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 & arm Nitin A Kamble
2011-05-17 18:07 ` [PATCH 1/1] tcmode-default: switch to gcc 4.6.0 for x86, " Nitin A Kamble
2011-05-20 15:06 ` [PATCH 0/1] switch to gcc 4.6.0 for x86 " Saul Wold
2011-05-20 15:06   ` [OE-core] " Saul Wold
2011-05-20 23:52 ` Darren Hart
2011-05-20 23:52   ` [OE-core] " Darren Hart
2011-05-21  0:10   ` [poky] " Saul Wold
2011-05-21  0:10     ` [OE-core] " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.