[Bug other/56249] gcc-nm doesn't work if gcc configured with --disable-lto
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 8 08:36:00 GMT 2013
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-patches@gcc.gnu.org
More information about the Gcc-bugs
mailing list