Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 08:47:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237447] make buildworld: linker failure on i386 platform
Message-ID:  <bug-237447-227-3OhjYfSYLw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237447-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237447-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237447

--- Comment #9 from oz42@oz42.eu ---
The following does not change anything, I assume some Makefiles will have t=
o be
corrected.

setting LD to /usr/bin/ld.lld
adding LD=3D/usr/bin/ld.lld to make.conf
adding WITH_LLD_IS_LD=3DYES 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237447-227-3OhjYfSYLw>