Re: LTO branch merged into trunk - trunk remains CLOSED
Diego Novillo <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel,gmane.comp.gcc.devel,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Oct 3, 2009 at 17:32, Richard Guenther <[email protected]> wrote: > Note that one missing feature is picking up entries from static library > archives at link time. This is true when using GNU ld. But it works just fine if you configure gcc with --enable-gold and compile with -use-linker-plugin. Diego.