[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/21479] strip doesn't handle lto archives
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/21479] strip doesn't handle lto archives |
Date: |
Fri, 20 Oct 2017 14:20:40 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21479
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Markus,
This appears to be a bit of a minefield. But if you need a workaround,
trying adding a ranlib step to the process. IE:
% gcc -c -flto a.c
% ar cr a.a a.o
% gcc b.c a.a
% strip --strip-unneeded a.a
% ranlib a.a
% gcc b.c a.a
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/21479] strip doesn't handle lto archives,
nickc at redhat dot com <=