This is similar to r300350 for bsd.compiler.mk.
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential D11309
Support XLD for setting X_LINKER_TYPE and X_LINKER_VERSION. bdrewery on Jun 22 2017, 8:27 PM. Authored by Tags None Referenced Files
Subscribers None
Details
This is similar to r300350 for bsd.compiler.mk. MFC after: 2 weeks ~/git/freebsd/bin/sh # make -V LINKER_TYPE -V LINKER_VERSION -V X_LINKER_TYPE -V X_LINKER_VERSION binutils 21750 ~/git/freebsd/bin/sh # make -V LINKER_TYPE -V LINKER_VERSION -V X_LINKER_TYPE -V X_LINKER_VERSION XLD=/usr/bin/ld.lld binutils 21750 lld 40000
Diff Detail
Event TimelineComment Actions The X_ magic makes a lot more sense when viewed as this change to the basic non-XLD case. |