Skip to content

Commit aa8ce29

Browse files
geliangtangshuahkh
authored andcommitted
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 <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 1585b1b commit aa8ce29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/testing/selftests/x86/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ warn_32bit_failure:
9292
echo "If you are using a Fedora-like distribution, try:"; \
9393
echo ""; \
9494
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"; \
9599
exit 0;
96100
endif
97101

0 commit comments

Comments
 (0)