[Bug 191587] [mips] 'strip' corrupts static libraries
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 4 16:16:49 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191587
--- Comment #13 from Ed Maste <emaste at freebsd.org> ---
As a workaround the offending "strip --strip-debug" can be disabled in the
libtool files by commenting out old_striplib.
-old_striplib="strip --strip-debug"
+#old_striplib="strip --strip-debug"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-mips
mailing list