dependencies.sh: update i386 package names
authorFrank Hunleth <fhunleth@troodon-software.com>
Tue, 5 Nov 2013 20:12:31 +0000 (15:12 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Nov 2013 23:31:47 +0000 (00:31 +0100)
This is the list needed to run the Linaro pre-built toolchain
on a 64-bit Ubuntu 13.10 system.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/dependencies/dependencies.sh

index bce5cc66635adcd392b50b9a107cc886c3c28350..b563f6096adf815dea6cfee1b0f1848535de8531 100755 (executable)
@@ -178,7 +178,8 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BUILDROOT_CONFIG ; then
        /bin/echo -e "\nYour Buildroot configuration uses pre-built tools for the x86 architecture,"
        /bin/echo -e "but your build machine uses the x86-64 architecture without the 32 bits compatibility"
        /bin/echo -e "library."
-       /bin/echo -e "If you're running a Debian/Ubuntu distribution, install the libc:i386 package."
+       /bin/echo -e "If you're running a Debian/Ubuntu distribution, install the libc6:i386,"
+       /bin/echo -e "libstdc++6:i386, and zlib1g:i386 packages."
        /bin/echo -e "For other distributions, refer to the documentation on how to install the 32 bits"
        /bin/echo -e "compatibility libraries."
        exit 1