Date: Wed, 16 Aug 2017 00:53:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 221543] [toolchain] FreeBSD HEAD with LLD_BOOTSTRAP and WITHOUT_LLD_IS_LD Message-ID: <bug-221543-29464-rNCXABHvzK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221543-29464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221543 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|freebsd-toolchain@FreeBSD.o |emaste@freebsd.org |rg | CC| |emaste@freebsd.org --- Comment #2 from Ed Maste <emaste@freebsd.org> --- Your change will stop the build from failing, but I don't think will have the desired effect (the cross-build /usr/bin/ld will still be ld.bfd, I believe). Can you give this (untested) patch a try? Index: Makefile.inc1 =================================================================== --- Makefile.inc1 (revision 322559) +++ Makefile.inc1 (working copy) @@ -557,6 +557,7 @@ # cross-tools stage XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \ TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ + MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} \ MK_GDB=no MK_TESTS=no # kernel-tools stage -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221543-29464-rNCXABHvzK>
