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.