https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221543
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|[email protected] |[email protected] |rg | CC| |[email protected] --- Comment #2 from Ed Maste <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
