2 # SPDX-License-Identifier: GPL-2.0-only
4 # Print the minimum supported version of the given tool.
5 # When you raise the minimum version, please update
6 # Documentation/process/changes.rst as well.
11 echo "Usage: $0 toolname" >&2
20 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63293
22 if [ "$SRCARCH" = arm64 ]; then
36 echo "$1: unknown tool" >&2