https://sourceware.org/bugzilla/show_bug.cgi?id=13557

--- Comment #9 from LRN <lrn1986 at gmail dot com> ---
Also, to build a working static library one must use the -s option to `ar', or
(preferably) run `ranlib' on the static library (ranlib is preferable, as `ar'
from 2.24 may not do the right thing when called with -s, even if you call it
via `gcc-ar'; git versions of binutils don't have this problem).
Not doing so results in a static archive that, when slurped, looks like it only
has multiple functions, all named either __gnu_lto_slim or __gnu_lto_v1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to