Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Henning Heinold
On Thu, Jul 18, 2013 at 04:46:13PM +0800, Jesse Zhang wrote: > On 07/17/2013 10:53 PM, Henning Heinold wrote: > > This makes we wonder which software on x86 relies on libatomic-ops anymore? > > gcc buildins should be good enough now. > > pulseaudio depends on libatomics-ops though I don't know abo

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Paul Barker
On 18 July 2013 09:57, Jesse Zhang wrote: > > But, I looked at the upstream git repo, and it builds fine. I located > two relevant commits and made a patch. Please see the new fix below > (also pushed to my contrib repo). > > I'm not sure what the code does exactly, but it at least builds now > wi

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Jesse Zhang
On 07/17/2013 07:08 PM, Paul Barker wrote: > If this is on x86, standard Linux desktop/server distros may have ran > into the same problem. Maybe worth having a look if/how they handle > this. That's a good idea. I looked but no one seems to have the problem. Apparently everybody is building with

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-18 Thread Jesse Zhang
On 07/17/2013 10:53 PM, Henning Heinold wrote: > This makes we wonder which software on x86 relies on libatomic-ops anymore? > gcc buildins should be good enough now. pulseaudio depends on libatomics-ops though I don't know about the reasons. The libatomics-ops recipe is actually inside the pulsea

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-17 Thread Henning Heinold
On Wed, Jul 17, 2013 at 12:08:51PM +0100, Paul Barker wrote: > On 17 July 2013 11:45, Phil Blundell wrote: > > On Wed, 2013-07-17 at 16:40 +0800, Jesse Zhang wrote: > >> Fix failures when building with -fno-omit-frame-pointer (and without > >> optimization, i.e. -O0): > >> > >> In file include

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-17 Thread Paul Barker
On 17 July 2013 11:45, Phil Blundell wrote: > On Wed, 2013-07-17 at 16:40 +0800, Jesse Zhang wrote: >> Fix failures when building with -fno-omit-frame-pointer (and without >> optimization, i.e. -O0): >> >> In file included from atomic_ops.h:212:0, >> from atomic_ops_stack.

Re: [OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-17 Thread Phil Blundell
On Wed, 2013-07-17 at 16:40 +0800, Jesse Zhang wrote: > Fix failures when building with -fno-omit-frame-pointer (and without > optimization, i.e. -O0): > > In file included from atomic_ops.h:212:0, > from atomic_ops_stack.h:32, > from atomic_ops_stack.

[OE-core] [PATCH 2/2] libatomics-ops: force omit frame pointer for x86 builds

2013-07-17 Thread Jesse Zhang
Fix failures when building with -fno-omit-frame-pointer (and without optimization, i.e. -O0): In file included from atomic_ops.h:212:0, from atomic_ops_stack.h:32, from atomic_ops_stack.c:23: atomic_ops/sysdeps/gcc/x86.h: In function 'AO_compare_d