summaryrefslogtreecommitdiffstats
path: root/support/dependencies
diff options
context:
space:
mode:
authorDavid De Grave (Essensium/Mind) <david.degrave@mind.be>2018-07-02 14:38:20 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-02 22:43:56 +0200
commitd0505b849f20ad7396c767cc18159df6af40099f (patch)
tree0de6b0abb454a6088dc81915bbe40f8da351bbd9 /support/dependencies
parentbfb6aef1eaf222a3a673746b7f6c78989900aa01 (diff)
downloadbuildroot-d0505b849f20ad7396c767cc18159df6af40099f.tar.gz
buildroot-d0505b849f20ad7396c767cc18159df6af40099f.zip
support/dependencies/dependencies.sh: add details for Redhat/Fedora
Add the i686 package list to install when using pre-built 32 bits binaries with a redhat/fedora host distribution (glibc.i686 and zlib.i686). Signed-off-by: David De Grave (Essensium/Mind) <david.degrave@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/dependencies')
-rwxr-xr-xsupport/dependencies/dependencies.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index e570a9ee1a..58c34d880f 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -222,6 +222,8 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
echo "If you're running a Debian/Ubuntu distribution, install the libc6-i386,"
echo "lib32stdc++6, and lib32z1 packages (or alternatively libc6:i386,"
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 "For other distributions, refer to the documentation on how to install the 32 bits"
echo "compatibility libraries."
exit 1
OpenPOWER on IntegriCloud