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:
parent
ec39013eb2
commit
6f81bd02b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user