http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54720



             Bug #: 54720

           Summary: libobjc install-strip target not populated

    Classification: Unclassified

           Product: gcc

           Version: 4.7.2

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: libobjc

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: gnu...@marino.st





On versions 4.7.1 and 4.7.2:

executing "make install" after the build will result in the installation of the

libobjc.* files when objc is specified in --enable-langs



However, "make install-strip" doesn't install the libobjc.* files in the

library installation directory.  It seems the libobjc/makefile has completely

omitted this target although it references it.





The fix is easy: Add the install-strip target to the libobjc/Makefile.in file.

Reply via email to