diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 00:59:24 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 01:00:47 +0000 |
commit | 5dc84ad0e3d211cc6b6456e256507345f603f716 (patch) | |
tree | a5d4b7e7d22e5ec92f74e98fa85266add46862ae | |
parent | 97eb0d8ec18bea2536696f072375587165d90958 (diff) | |
download | librebootfr-5dc84ad0e3d211cc6b6456e256507345f603f716.tar.gz librebootfr-5dc84ad0e3d211cc6b6456e256507345f603f716.zip |
deps-trisquel: add gcc-arm-linux-gnueabi
For cross-compiling ARM binaries (utilities).
-rwxr-xr-x | deps-trisquel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps-trisquel b/deps-trisquel index 5e386bdb..37b2c8f3 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 |