make/autoconf/toolchain.m4
changeset 48678 bcce1fa183e7
parent 48032 9240097e2821
child 49120 c04d813140dc
child 49357 aaedb8343784
equal deleted inserted replaced
48677:62b6e9b1dfdc 48678:bcce1fa183e7
   284     export LIB="$VS_LIB"
   284     export LIB="$VS_LIB"
   285   else
   285   else
   286     if test "x$XCODE_VERSION_OUTPUT" != x; then
   286     if test "x$XCODE_VERSION_OUTPUT" != x; then
   287       # For Xcode, we set the Xcode version as TOOLCHAIN_VERSION
   287       # For Xcode, we set the Xcode version as TOOLCHAIN_VERSION
   288       TOOLCHAIN_VERSION=`$ECHO $XCODE_VERSION_OUTPUT | $CUT -f 2 -d ' '`
   288       TOOLCHAIN_VERSION=`$ECHO $XCODE_VERSION_OUTPUT | $CUT -f 2 -d ' '`
   289       TOOLCHAIN_DESCRIPTION="$TOOLCHAIN_DESCRIPTION from Xcode"
   289       TOOLCHAIN_DESCRIPTION="$TOOLCHAIN_DESCRIPTION from Xcode $TOOLCHAIN_VERSION"
   290     else
   290     else
   291       # Currently we do not define this for other toolchains. This might change as the need arise.
   291       # Currently we do not define this for other toolchains. This might change as the need arise.
   292       TOOLCHAIN_VERSION=
   292       TOOLCHAIN_VERSION=
   293     fi
   293     fi
   294   fi
   294   fi