Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-221543-29464@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=3D221543

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 t=
he
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile.inc1       (revision 322559)
+++ Makefile.inc1       (working copy)
@@ -557,6 +557,7 @@
 # cross-tools stage
 XMAKE=3D         TOOLS_PREFIX=3D${WORLDTMP} ${BMAKE} \
                TARGET=3D${TARGET} TARGET_ARCH=3D${TARGET_ARCH} \
+               MK_LLD_IS_LD=3D${MK_LLD_BOOTSTRAP} \
                MK_GDB=3Dno MK_TESTS=3Dno

 # kernel-tools stage

--=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-221543-29464-rNCXABHvzK>