162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Small script that visualizes the kernel feature support status
462306a36Sopenharmony_ci# of an architecture.
562306a36Sopenharmony_ci#
662306a36Sopenharmony_ci# (If no arguments are given then it will print the host architecture's status.)
762306a36Sopenharmony_ci#
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci$(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH
12