summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2019-05-10 08:42:33 +0300
committerPeter Korsgaard <peter@korsgaard.com>2019-05-10 11:04:09 +0200
commit28878798cf557dadc58ebee9e1f39c62a29ffcea (patch)
treeffa62212b02cd2325c66041dca3244da50de7e4e /support
parent79b8540d624ac4846ba341b1b9691eccacf0bc05 (diff)
support/dependencies: Add hint for ArchLinux when host needs IA32 libs
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/dependencies/dependencies.sh1
1 files changed, 1 insertions, 0 deletions
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