Lines Matching full:version
4 # Print the linker name and its version in a 5 or 6-digit form.
5 # Also, perform the minimum version check.
9 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
24 # Get the first line of the --version output.
27 set -- $(LC_ALL=C "$@" --version)
33 min_tool_version=$(dirname $0)/min-tool-version.sh
37 version=$1
50 version=$2
62 version=${version%-*}
64 cversion=$(get_canonical_version $version)
70 echo >&2 "*** Your $disp_name version: $version"
71 echo >&2 "*** Minimum $disp_name version: $min_version"