On Mon, Jul 27, 2015 at 10:41 AM, Jim Wilson jim.wilson@linaro.org wrote:
On Sun, Jul 26, 2015 at 11:36 PM, Virendra Kumar Pathak kumarvir.pathak@gmail.com wrote:
In copy_gcc_libs_to_sysroot() - which copy libgcc.a to sysroot, current implementation try to find the absolute path of libgcc.a as below : libgcc="`${local_builds}/destdir/${host}/bin/${target}-gcc -print-file-name=${libgcc}`
The easy solution is to change ${host} to ${build}, here and immediately above.
I've been looking for the source of this bug for ages. Thanks Virendra and Jim! I'll take a look.