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

/openjdk7/hotspot/make/windows/
H A Dget_msc_ver.sh86 LD_VER_RAW=`"$link_cmd" 2>&1 | "$HEAD" -n 1 | "$SED" 's/.*Version[\ ]*\([0-9][0-9.]*\).*/\1/'`
87 LD_VER_MAJOR=`"$ECHO" $LD_VER_RAW | "$CUT" -d'.' -f1`
88 LD_VER_MINOR=`"$ECHO" $LD_VER_RAW | "$CUT" -d'.' -f2`
89 LD_VER_MICRO=`"$ECHO" $LD_VER_RAW | "$CUT" -d'.' -f3`
92 echo "LD_VER_RAW=$LD_VER_RAW"

Completed in 28 milliseconds