Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Richard Purdie
On Fri, 2011-05-27 at 10:30 +0100, Phil Blundell wrote: > On Fri, 2011-05-27 at 09:54 +0100, Richard Purdie wrote: > > Good question. I guess you're just changing the gcc version but using > > the rest of that file? > > > > This is a tricky problem as we do want to include that for anyone using >

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Kamble, Nitin A
d-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Friday, May 27, 2011 8:07 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE >

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Phil Blundell
On Fri, 2011-05-27 at 00:33 +0100, Richard Purdie wrote: > I talked about this on IRC but simply put, no way. > > The problem is: > > a) Arm specific > b) determined now to be armv7 specific > c) gcc version specific > > and the fix should reflect this. >From a fairly superficial look at the cr

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Phil Blundell
On Fri, 2011-05-27 at 09:54 +0100, Richard Purdie wrote: > Good question. I guess you're just changing the gcc version but using > the rest of that file? > > This is a tricky problem as we do want to include that for anyone using > gcc 4.6 as otherwise things break but as you say, can't impact som

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Richard Purdie
On Fri, 2011-05-27 at 09:14 +0200, Koen Kooi wrote: > Op 27 mei 2011, om 01:33 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-05-26 at 13:41 -0700, nitin.a.kam...@intel.com wrote: > > I've suggested something like: > > > > TARGET_CC_ARCH_arm_pn-mesa-xlib := > > "${@'${TARGET_CC

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-27 Thread Koen Kooi
Op 27 mei 2011, om 01:33 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-05-26 at 13:41 -0700, nitin.a.kam...@intel.com wrote: > >> --- >> meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |3 +++ >> 1 files changed, 3 insertions(+), 0 deletions(-) >> >> diff --git a/meta/recipes-g

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread Darren Hart
On 05/26/2011 01:41 PM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Fixes this bug [YOCTO #1105] > > Working around this issue withg gcc 4.6.0 for beagleboard machine (armv7) > > ccache arm-poky-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon > -mfloat-abi=softfp -fn

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread Kamble, Nitin A
Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE > > On Thu, May 26, 2011 at 4:33 PM, Richard Purdie > wrote: > > On Thu, 2011-05-26 at 13:41 -0700, nitin.a.kam...@intel.com wrote: > > > >> --- > >>  meta/recipes-graphics/mesa/mesa-xlib_7.

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread Khem Raj
On Thu, May 26, 2011 at 4:33 PM, Richard Purdie wrote: > On Thu, 2011-05-26 at 13:41 -0700, nitin.a.kam...@intel.com wrote: > >> --- >>  meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |    3 +++ >>  1 files changed, 3 insertions(+), 0 deletions(-) >> >> diff --git a/meta/recipes-graphics/mesa/mesa

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread Richard Purdie
On Thu, 2011-05-26 at 13:41 -0700, nitin.a.kam...@intel.com wrote: > --- > meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb > b/meta/recipes-graphics/mesa/mesa-xlib_7.10.

Re: [OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread Kamble, Nitin A
> > +# nullify -O2 > > Can we specify why this is being done here in the recipe? We do this in > other areas, something like: > > # GCC 4.6.0 hits an internal compiler error using -O2 > # use -O to workaround. Darren, Good Point, I will update the comment in the tree. > > This make it obviou

[OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread nitin . a . kamble
From: Nitin A Kamble Fixes this bug [YOCTO #1105] Working around this issue withg gcc 4.6.0 for beagleboard machine (armv7) ccache arm-poky-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize --sysroot=/build_disk/poky_build/build0/tmp/sysroots/be