Re: [OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-23 Thread Richard Purdie
On Tue, 2011-11-22 at 19:00 -0800, Khem Raj wrote: > On Tue, Nov 22, 2011 at 8:28 AM, Richard Purdie > wrote: > > On Sun, 2011-11-20 at 09:50 -0800, Khem Raj wrote: > >> Gold defaults to no-add-needed thetefore > >> it does not link with librtaries that are not on cmdline > >> it needs libXrender

Re: [OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-22 Thread Khem Raj
On Tue, Nov 22, 2011 at 8:28 AM, Richard Purdie wrote: > On Sun, 2011-11-20 at 09:50 -0800, Khem Raj wrote: >> Gold defaults to no-add-needed thetefore >> it does not link with librtaries that are not on cmdline >> it needs libXrender but is not on the linker cmdline >> so add it. >> >> Signed-off

Re: [OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-22 Thread Richard Purdie
On Sun, 2011-11-20 at 09:50 -0800, Khem Raj wrote: > Gold defaults to no-add-needed thetefore > it does not link with librtaries that are not on cmdline > it needs libXrender but is not on the linker cmdline > so add it. > > Signed-off-by: Khem Raj > --- > .../matchbox-stroke/files/ldadd_libXren

[OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-20 Thread Khem Raj
Gold defaults to no-add-needed thetefore it does not link with librtaries that are not on cmdline it needs libXrender but is not on the linker cmdline so add it. Signed-off-by: Khem Raj --- .../matchbox-stroke/files/ldadd_libXrender.patch | 25 .../matchbox-stroke/matchb