Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: x86: add 32bit build warnings for SUSE

In order to successfully build all these 32bit tests, these 32bit gcc
and glibc packages, named gcc-32bit and glibc-devel-static-32bit on SUSE,
need to be installed.

This patch added this information in warn_32bit_failure.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Geliang Tang and committed by
Shuah Khan
aa8ce299 1585b1b5

+4
+4
tools/testing/selftests/x86/Makefile
··· 92 92 echo "If you are using a Fedora-like distribution, try:"; \ 93 93 echo ""; \ 94 94 echo " yum install glibc-devel.*i686"; \ 95 + echo ""; \ 96 + echo "If you are using a SUSE-like distribution, try:"; \ 97 + echo ""; \ 98 + echo " zypper install gcc-32bit glibc-devel-static-32bit"; \ 95 99 exit 0; 96 100 endif 97 101