Re: [OE-core] [PATCH] libnewt: Fix cross link using autoconf detected AR

2012-06-11 Thread Richard Purdie
On Fri, 2012-06-08 at 11:43 -0500, Jason Wessel wrote: If building on 32bit host and creating 64bit libraries, the target package builds should not invoke the 32bit hosts's ar. Specifically you will get an error message like: x86_64-linux-gcc-m64

[OE-core] [PATCH] libnewt: Fix cross link using autoconf detected AR

2012-06-08 Thread Jason Wessel
If building on 32bit host and creating 64bit libraries, the target package builds should not invoke the 32bit hosts's ar. Specifically you will get an error message like: x86_64-linux-gcc-m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -g -o test test.o libnewt.a -Wl,-O1