diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-30 19:59:24 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-30 20:00:47 (EST) |
commit | 5dc84ad0e3d211cc6b6456e256507345f603f716 (patch) | |
tree | a5d4b7e7d22e5ec92f74e98fa85266add46862ae /deps-trisquel | |
parent | 97eb0d8ec18bea2536696f072375587165d90958 (diff) | |
download | libreboot-5dc84ad0e3d211cc6b6456e256507345f603f716.zip libreboot-5dc84ad0e3d211cc6b6456e256507345f603f716.tar.gz libreboot-5dc84ad0e3d211cc6b6456e256507345f603f716.tar.bz2 |
deps-trisquel: add gcc-arm-linux-gnueabi
For cross-compiling ARM binaries (utilities).
Diffstat (limited to 'deps-trisquel')
-rwxr-xr-x | deps-trisquel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps-trisquel b/deps-trisquel index 5e386bd..37b2c8f 100755 --- a/deps-trisquel +++ b/deps-trisquel @@ -42,6 +42,9 @@ apt-get -y install subversion git apt-get -y install build-essential +# for cross-compiling ARM binaries +apt-get -y install gcc-arm-linux-gnueabi + # For cross-compiling i686 target on x86_64 host. if [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ] then |