diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2013-11-05 15:12:31 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-06 00:31:47 +0100 |
commit | f408f398f2a5258f481c7d21483d235f3068498b (patch) | |
tree | 243e7dc654a44c1469767f0221e5270e66f0ade7 /support | |
parent | 615881ff5e1a15e99396dd2615bb4ce8c415e0dc (diff) | |
download | buildroot-f408f398f2a5258f481c7d21483d235f3068498b.tar.gz buildroot-f408f398f2a5258f481c7d21483d235f3068498b.zip |
dependencies.sh: update i386 package names
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>
Diffstat (limited to 'support')
-rwxr-xr-x | support/dependencies/dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh index bce5cc6663..b563f6096a 100755 --- a/support/dependencies/dependencies.sh +++ b/support/dependencies/dependencies.sh @@ -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 |