mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
1585b1b55a
commit
aa8ce29931
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ warn_32bit_failure:
|
|||
echo "If you are using a Fedora-like distribution, try:"; \
|
||||
echo ""; \
|
||||
echo " yum install glibc-devel.*i686"; \
|
||||
echo ""; \
|
||||
echo "If you are using a SUSE-like distribution, try:"; \
|
||||
echo ""; \
|
||||
echo " zypper install gcc-32bit glibc-devel-static-32bit"; \
|
||||
exit 0;
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue