Android native build of GCC

Richard Biener richard.guenther@gmail.com
Fri Jan 9 10:33:00 GMT 2015


On Thu, Jan 8, 2015 at 11:12 AM, Andrew Haley <aph@redhat.com> wrote:
> Android native GCC can't support LTO because of a lack of support for
> dlopen() in the C library.  How should we patch the configury to disable
> LTO by default?

How does LTO need dlopen?  It seems it only cannot use the linker plugin
in which case the existing check for plugin-supporting ld should catch it?

Richard.

> Thanks,
> Andrew.



More information about the Gcc mailing list