Browse Source

dependencies.sh: add other Debian package names for 32 bits libraries

[Thomas: implemented Arnout suggestion.]

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Karoly Kasza 11 years ago
parent
commit
c9b4b57f84
1 changed files with 3 additions and 2 deletions
  1. 3 2
      support/dependencies/dependencies.sh

+ 3 - 2
support/dependencies/dependencies.sh

@@ -205,8 +205,9 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
 		echo "Your Buildroot configuration uses pre-built tools for the x86 architecture,"
 		echo "Your Buildroot configuration uses pre-built tools for the x86 architecture,"
 		echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility"
 		echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility"
 		echo "library."
 		echo "library."
-		echo "If you're running a Debian/Ubuntu distribution, install the libc6:i386,"
-		echo "libstdc++6:i386, and zlib1g:i386 packages."
+		echo "If you're running a Debian/Ubuntu distribution, install the libc6-386,"
+		echo "lib32stcd++6, and lib32z1 packages (or alternatively libc6:i386,"
+		echo "libstdc++6:i386, and zlib1g:i386)."
 		echo "For other distributions, refer to the documentation on how to install the 32 bits"
 		echo "For other distributions, refer to the documentation on how to install the 32 bits"
 		echo "compatibility libraries."
 		echo "compatibility libraries."
 		exit 1
 		exit 1