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

--- Comment #2 from Ondrej <ohngeonocaewoungooth at xff dot cz> ---
It has something to do with -Wl,-start-group. After removing this option from
the gcc command line, the link succeeds. Adding -Wl,-end-group at the end
doesn't help. Adding -Wl,-end-group just after -lssl and before -lcrypto helps.

Re-ordering input objects so that only -lcrypto is outside of the group, makes
the links also succeed. So it's some interaction of -start-group/-end-group and
libcrypto.a on aarch64.

-- 
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