diff mbox series

[1/1] support/dependencies: Add hint forArchLinux when host needs IA32 libs

Message ID 20190510054233.18724-1-vadim4j@gmail.com
State Accepted
Commit 28878798cf557dadc58ebee9e1f39c62a29ffcea
Headers show
Series [1/1] support/dependencies: Add hint forArchLinux when host needs IA32 libs | expand

Commit Message

Vadym Kochan May 10, 2019, 5:42 a.m. UTC
Add hint about which package needs to be installed to provide IA32 libs
support for the host when it is needed.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 support/dependencies/dependencies.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 10, 2019, 9:04 a.m. UTC | #1
>>>>> "Vadim" == Vadim Kochan <vadim4j@gmail.com> writes:

 > Add hint about which package needs to be installed to provide IA32 libs
 > support for the host when it is needed.

 > Signed-off-by: Vadim Kochan <vadim4j@gmail.com>

Committed, thanks.
Peter Korsgaard May 26, 2019, 9:10 a.m. UTC | #2
>>>>> "Vadim" == Vadim Kochan <vadim4j@gmail.com> writes:

 > Add hint about which package needs to be installed to provide IA32 libs
 > support for the host when it is needed.

 > Signed-off-by: Vadim Kochan <vadim4j@gmail.com>

Committed to 2019.02.x, thanks.
diff mbox series

Patch

diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index 1d5c164aa6..3a170cbda6 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -231,6 +231,7 @@  if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
 		echo "libstdc++6:i386, and zlib1g:i386)."
 		echo "If you're running a RedHat/Fedora distribution, install the glibc.i686 and"
 		echo "zlib.i686 packages."
+		echo "If you're running an ArchLinux distribution, install lib32-glibc."
 		echo "For other distributions, refer to the documentation on how to install the 32 bits"
 		echo "compatibility libraries."
 		exit 1