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

--- Comment #9 from o...@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@fb-12-0:/usr/src/stand/i386/mbr # cd /usr/bin/
root@fb-12-0:/usr/bin # rm ld
root@fb-12-0:/usr/bin # ln -s ld.lld ld

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to