This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48180] '-fuse-linker-plugin' doesn't work.
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Mar 2011 14:15:54 +0000
- Subject: [Bug target/48180] '-fuse-linker-plugin' doesn't work.
- Auto-submitted: auto-generated
- References: <bug-48180-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48180
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-apple-darwin10
Component|lto |target
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-18 14:15:45 UTC ---
LTO is not enabled by default on x86_64-apple-darwin10 and the apple linker
does not support a linker plugin compatible with LTO.
But yes, the error message could be improved to state this (no plugin
compatible linker available) instead of complaining the way it does.