Provide proper values for X_LINKER_TYPE/VERSION when XLD == LD.

MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-06-22 22:53:10 +00:00
parent ec39013eb2
commit 6f81bd02b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320250

View File

@ -60,6 +60,10 @@ ${X_}LINKER_VERSION!= echo "${_v:M[1-9].[0-9]*}" | \
.undef _ld_version
.undef _v
.endif
.else
# Use LD's values
X_LINKER_TYPE= ${LINKER_TYPE}
X_LINKER_VERSION= ${LINKER_VERSION}
.endif # ${ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD})
# Export the values so sub-makes don't have to look them up again, using the