Re: [OE-core] [PATCH] directfb.inc: enable bfd linker workaround for all arm targets

2016-01-14 Thread Andre McCurdy
Hi Khem, On Thu, Jan 14, 2016 at 10:25 AM, Khem Raj wrote: > Andre > > I have a fix for this issue in binutils > > can you try it out if it works for you ? > > https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a6249ce158f76d1399d6cb4 I cherry picked 5803c581 from your master bran

Re: [OE-core] [PATCH] directfb.inc: enable bfd linker workaround for all arm targets

2016-01-14 Thread Khem Raj
Andre I have a fix for this issue in binutils can you try it out if it works for you ? https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a6249ce158f76d1399d6cb4 > On Dec 21, 2015, at 5:07 PM, Andre McCurdy wrote: > > Although the gold linker problems with DirectFB have only s

[OE-core] [PATCH] directfb.inc: enable bfd linker workaround for all arm targets

2015-12-21 Thread Andre McCurdy
Although the gold linker problems with DirectFB have only so far been observed with armv7a, they could potentially affect future arm targets too. Since there's no particular downside to using the bfd linker for DirectFB, apply the workaround to all arm targets. Signed-off-by: Andre McCurdy --- m