[OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-07 Thread Sujith H
From: Christopher Larson When built on an i686 host for qemux86-64 without the fix to obey LD and it fails: /scratch/dogwood/toolchains/x86_64/bin/i686-pc-linux-gnu-ld: Relocatable linking with relocations from format elf64-x86-64 (/scratch/dogwood/perf-ld-test/build/tmp/work/qemux86_64-mel-linu

Re: [OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-08 Thread Andre McCurdy
On Wed, Sep 7, 2016 at 11:51 PM, Sujith H wrote: > From: Christopher Larson > > When built on an i686 host for qemux86-64 without the > fix to obey LD and it fails: > > /scratch/dogwood/toolchains/x86_64/bin/i686-pc-linux-gnu-ld: > Relocatable linking with relocations from format elf64-x86-64 > (

Re: [OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-19 Thread sujith h
On Thu, Sep 8, 2016 at 12:36 PM, Andre McCurdy wrote: > On Wed, Sep 7, 2016 at 11:51 PM, Sujith H wrote: > > From: Christopher Larson > > > > When built on an i686 host for qemux86-64 without the > > fix to obey LD and it fails: > > > > /scratch/dogwood/toolchains/x86_64/bin/i686-pc-linux-gnu-l

Re: [OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-19 Thread Christopher Larson
On Mon, Sep 19, 2016 at 4:10 AM, sujith h wrote: > > > On Thu, Sep 8, 2016 at 12:36 PM, Andre McCurdy > wrote: > >> On Wed, Sep 7, 2016 at 11:51 PM, Sujith H wrote: >> > From: Christopher Larson >> > >> > When built on an i686 host for qemux86-64 without the >> > fix to obey LD and it fails: >

Re: [OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-20 Thread Andre McCurdy
On Mon, Sep 19, 2016 at 11:00 AM, Christopher Larson wrote: > > On Mon, Sep 19, 2016 at 4:10 AM, sujith h wrote: >> >> On Thu, Sep 8, 2016 at 12:36 PM, Andre McCurdy >> wrote: >>> >>> On Wed, Sep 7, 2016 at 11:51 PM, Sujith H wrote: >>> > From: Christopher Larson >>> > >>> > When built on an i

Re: [OE-core] [PATCH] perf: Fix to obey LD failure on host i686

2016-09-20 Thread sujith h
On Wed, Sep 21, 2016 at 3:22 AM, Andre McCurdy wrote: > On Mon, Sep 19, 2016 at 11:00 AM, Christopher Larson > wrote: > > > > On Mon, Sep 19, 2016 at 4:10 AM, sujith h wrote: > >> > >> On Thu, Sep 8, 2016 at 12:36 PM, Andre McCurdy > >> wrote: > >>> > >>> On Wed, Sep 7, 2016 at 11:51 PM, Sujit