[Bug 221543] [toolchain] FreeBSD HEAD with LLD_BOOTSTRAP and WITHOUT_LLD_IS_LD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 16 00:53:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221543
Ed Maste <emaste at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
Assignee|freebsd-toolchain at FreeBSD.o |emaste at freebsd.org
|rg |
CC| |emaste at freebsd.org
--- Comment #2 from Ed Maste <emaste at 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.
More information about the freebsd-toolchain
mailing list