X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fget_version.sh;h=4d4941e36fe643c273f7c426fd938f2c733c7be2;hb=5757974ee8b01620b986c17ae868f120c138cd6b;hp=4ca187fb78e514a01109052a1e0e22bc7480616e;hpb=239fe2ca67e905f1c752394857038330fddd6ff4;p=feisty_meow.git diff --git a/scripts/clam/cpp/get_version.sh b/scripts/clam/cpp/get_version.sh index 4ca187fb..4d4941e3 100644 --- a/scripts/clam/cpp/get_version.sh +++ b/scripts/clam/cpp/get_version.sh @@ -23,15 +23,6 @@ if [ "$COMPILER" = "GNU_LINUX" \ elif [ "$COMPILER" = "GNU_ARM_LINUX" ]; then # compiler version report for the gnu compiler on the arm processor. gcc -### 2>&1 | grep "gcc version" | sed -e 's/^gcc version \([0-9.][0-9.]*\) .*$/\1/' -#elif [ "$COMPILER" = "VISUAL_CPP" ]; then -# # compiler version report for ms visual studio. -# ver_raw=`$COMPILER_ROOT_DIR/bin/cl 2>&1 | head -1 | sed -e 's/.*Version \([0-9][0-9]*\)\..*$/\1/'` -# if [ "$ver_raw" = "12" ]; then echo 6; -# elif [ "$ver_raw" = "13" ]; then echo 7; -# elif [ "$ver_raw" = "14" ]; then echo 8; -# elif [ "$ver_raw" = "15" ]; then echo 9; -# elif [ "$ver_raw" = "16" ]; then echo 10; -# fi else echo "0" fi