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 if [ "$ARCH" = parisc64 ]; then
27 if [ "$SRCARCH" = s390 ]; then
40 echo "$1: unknown tool" >&2