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 libobjc/54720] libobjc install-strip target not populated


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

Keith Marshall <keith.marshall at mailinator dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keith.marshall at mailinator dot c
                   |                            |om

--- Comment #1 from Keith Marshall <keith.marshall at mailinator dot com> ---
This appears to afflict version 4.8.5 too. After successfully completing a
crossed-native build for the mingw32 target,

  make prefix=`pwd`/staged install-strip

omits all libraries, associated headers, and the associated dll for the libobjc
component, whereas

  make prefix=`pwd`/staged install

includes them.  The difference in installed inventory, between execution of
each of these commands is attached.


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