Page MenuHomeFreeBSD

Set MK_LLD_IS_LD to MK_LLD_BOOTSTRAP for cross-tools
ClosedPublic

Authored by emaste on Aug 18 2017, 2:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 10:06 AM
Unknown Object (File)
Jan 15 2024, 3:43 AM
Unknown Object (File)
Dec 22 2023, 9:24 PM
Unknown Object (File)
Sep 24 2023, 8:10 PM
Unknown Object (File)
Sep 24 2023, 8:10 PM
Unknown Object (File)
Sep 24 2023, 8:01 PM
Unknown Object (File)
Sep 5 2023, 7:46 PM
Unknown Object (File)
Jul 4 2023, 1:01 AM

Details

Summary

LLD_BOOTSTRAP is intended to control the linker used to link world and kernel, while LLD_IS_LD is intended to control the linker installed in that world.

Force LLD_IS_LD equal to LLD_BOOTSTRAP for the cross-tools build, so that lld will be installed as the host-tools ld when LLD_BOOTSTRAP is set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

LGTM, though I wonder why we use a different approach for the MK_CLANG_IS_CC / MK_CLANG_BOOTSTRAP pair...

This revision is now accepted and ready to land.Aug 18 2017, 2:38 PM

I wonder why we use a different approach for the MK_CLANG_IS_CC / MK_CLANG_BOOTSTRAP pair...

I couldn't find where that's handled; I'm happy to use the same approach if you can point it out.

This revision was automatically updated to reflect the committed changes.