http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51686
Bug #: 51686
Summary: "make install-strip-gcc" didn't install liblto-plugin*
files
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: plugins
AssignedTo: [email protected]
ReportedBy: [email protected]
In gcc-4.6.2, the top-level Makefile.in line 60018 is:
install-gcc: maybe-install-lto-plugin
That's fine, but there's no corresponding line for stripped install:
install-strip-gcc: maybe-install-strip-lto-plugin
Without that line, my "make install-strip-gcc" attempt did not install the
three liblto-plugin* files. My host Windows/MinGW/MSYS, target
microblaze-xilinx-elf.