Home
last modified time | relevance | path

Searched refs:LD_VERSION (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/scripts/
Dmkcompile_h70 LD_VERSION=$($LD -v | head -n1 | sed 's/(compatible with [^)]*)//' \
72 printf '#define LINUX_COMPILER "%s"\n' "$CC_VERSION, $LD_VERSION"
/linux-5.19.10/arch/mips/vdso/
DKconfig15 def_bool LD_VERSION >= 22500 || LD_IS_LLD
/linux-5.19.10/arch/powerpc/boot/
Dwrapper220 LD_VERSION=$(${CROSS}ld --version | ld_version)
222 if [ "$LD_VERSION" -ge "$LD_NO_DL_MIN_VERSION" ] ; then
/linux-5.19.10/arch/arm64/
DKconfig236 depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
1781 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
/linux-5.19.10/init/
DKconfig50 config LD_VERSION config