This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug plugins/51686] New: "make install-strip-gcc" didn't install liblto-plugin* files


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: unassigned@gcc.gnu.org
        ReportedBy: norbinz@yahoo.com


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]