Comment 1 for bug 1354434

Revision history for this message
Maxim Kuvyrkov (maxim-kuvyrkov) wrote :

Hi,

Please attach full build and link log of libdl.so.

Most likely you are compiling object files with -mcpu=cortex-a15, but then not specifying same "-mcpu=cortex-a15" while linking libdl.so, and default -march=armv5te is implicitly specified. Therefore LTO (Link-Time Optimizations) complain about the disparity.

Also, please file any future bugs for Linaro-built toolchains in Linaro's bugzilla at http://bugs.linaro.org .

Thank you.