Lines Matching full:version
4 # Print the assembler name and its version in a 5 or 6-digit form.
5 # Also, perform the minimum version check.
6 # (If it is the integrated assembler, return 0 as the version, and
7 # skip the version check.)
11 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
24 # Clang fails to handle -Wa,--version unless -fno-integrated-as is given.
32 # version here. It is the same as the clang version, and
33 # it has been already checked by scripts/cc-version.sh.
45 # Get the first line of the --version output.
48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
54 min_tool_version=$(dirname $0)/min-tool-version.sh
58 version=$1
68 version=${version%-*}
70 cversion=$(get_canonical_version $version)
76 echo >&2 "*** Your $name assembler version: $version"
77 echo >&2 "*** Minimum $name assembler version: $min_version"