[PATCH] [ASan] Fixed path to Android bin directory
Renato Golin
renato.golin at linaro.org
Fri Oct 11 01:49:38 PDT 2013
On 11 October 2013 09:37, Evgeniy Stepanov <eugeni.stepanov at gmail.com>wrote:
> With this change, I get
>
> arm-linux-androideabi-ld: error: cannot find -lgcc
>
Looks like the -L parameters are not being passed down the linker.
I had this problem when cross-compiling, when I had to manually specify -L,
even though they were in the path for the compiler, so that it would pass
the option down to the linker.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131011/7c5dba07/attachment.html>
More information about the llvm-commits
mailing list