[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Oct 31 11:46:00 GMT 2009
------- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-31 11:46 -------
To reproduce the issue do
../configure --enable-lto --enable-gold --enable-languages=c
--prefix=/tmp/install
make
make install
it fails at the make install step because it re-builds lto-plugin there and
fails to link. It doesn't fail when not bootstrapping.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569
More information about the Gcc-bugs
mailing list