On Thu, Jan 8, 2015 at 11:12 AM, Andrew Haley <a...@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.