[Bug 225128] [exp-run] with LLD_BOOTSTRAP on i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 20 16:26:15 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225128
--- Comment #11 from Antoine Brodin <antoine at FreeBSD.org> ---
This is a regression from lld 5 to lld 6, almost all libs are now linked to
libgcc_s :
% readelf -d libcrypt.so.5 | grep libgcc_s
0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1]
% readelf -d libm.so.5 | grep libgcc_s
0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1]
% readelf -d libsbuf.so.6 | grep libgcc_s
0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1]
% readelf -d libz.so.6 | grep libgcc_s
0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1]
etc.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list