Page MenuHomeFreeBSD

Add basic bsd.linker.mk auto included from bsd.compiler.mk.
ClosedPublic

Authored by bdrewery on Jun 22 2017, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 5 2024, 3:27 PM
Unknown Object (File)
Dec 23 2023, 5:21 AM
Unknown Object (File)
Dec 14 2023, 2:40 PM
Unknown Object (File)
Nov 10 2023, 10:47 PM
Unknown Object (File)
Oct 19 2023, 6:48 PM
Unknown Object (File)
Oct 19 2023, 5:14 PM
Unknown Object (File)
Oct 19 2023, 4:32 AM
Unknown Object (File)
Oct 18 2023, 8:42 PM
Subscribers
None

Details

Summary

This will provide LINKER_TYPE and LINKER_VERSION.

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon

Test Plan
~/git/freebsd/bin/sh # make -V LINKER_TYPE -V LINKER_VERSION                   
binutils
21750
~/git/freebsd/bin/sh # make -V LINKER_TYPE -V LINKER_VERSION LD=/usr/bin/ld.lld
lld
40000

Diff Detail

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

Event Timeline

This looks good, thanks much!

share/mk/bsd.linker.mk
12 ↗(On Diff #29961)

XLD

This revision is now accepted and ready to land.Jun 22 2017, 8:33 PM
bdrewery edited edge metadata.

Fix stuff after rebase

This revision now requires review to proceed.Jun 22 2017, 8:34 PM
This revision is now accepted and ready to land.Jun 22 2017, 8:46 PM
This revision was automatically updated to reflect the committed changes.