[Bug 237447] make buildworld: linker failure on i386 platform

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 08:47:43 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237447

--- Comment #9 from oz42 at oz42.eu ---
The following does not change anything, I assume some Makefiles will have to be
corrected.

setting LD to /usr/bin/ld.lld
adding LD=/usr/bin/ld.lld to make.conf
adding WITH_LLD_IS_LD=YES to src.conf

Workaround:

root at fb-12-0:/usr/src/stand/i386/mbr # cd /usr/bin/
root at fb-12-0:/usr/bin # rm ld
root at fb-12-0:/usr/bin # ln -s ld.lld ld

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list