http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56249
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Version|unknown |4.8.0 Keywords| |build, lto Last reconfirmed| |2013-02-08 CC| |rguenth at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-08 08:36:17 UTC --- As we have ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always. build_lto_plugin=yes ],[if test x"$default_enable_lto" = x"yes" ; then and thus sometimes build the plugin even with --disable-lto the build and install should be conditionalized on whether we build/install the plugin instead. Btw, please post patches to gcc-patc...@gcc.gnu.org