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.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils