Home
last modified time | relevance | path

Searched refs:LD_VERSION (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dmkcompile_h65 LD_VERSION=$($LD -v | head -n1 | sed 's/(compatible with [^)]*)//' \
67 printf '#define LINUX_COMPILER "%s"\n' "$CC_VERSION, $LD_VERSION"
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dwrapper229 LD_VERSION=$(${CROSS}ld --version | ld_version)
231 if [ "$LD_VERSION" -ge "$LD_NO_DL_MIN_VERSION" ] ; then
238 if [ "$LD_VERSION" -ge "$(echo 2.39 | ld_version)" ]; then
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper216 LD_VERSION=$(${CROSS}ld --version | ld_version)
218 if [ "$LD_VERSION" -ge "$LD_NO_DL_MIN_VERSION" ] ; then

Completed in 2 milliseconds