[Bug bootstrap/62260] New: Build inside source tree doesn't work with lto-plugin
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 25 20:49:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62260
Bug ID: 62260
Summary: Build inside source tree doesn't work with lto-plugin
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
When GCC is configured inside source tree with
./configure --enable-languages=c,c++ --disable-bootstrap
liblto_plugin.la is installed at the wrong place:
ibtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0
/export/gnu/import/git/gcc/host-x86_64-unknown-linux-gnu/lto-plugin/../host-x86_64-unknown-linux-gnu/gcc/liblto_plugin.so.0.0.0
It should be installed at
/export/gnu/import/git/gcc/host-x86_64-unknown-linux-gnu/lto-plugin/../../host-x86_64-unknown-linux-gnu/gcc/
More information about the Gcc-bugs
mailing list