diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 13:43:25 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 13:43:25 (EST) |
commit | 67149a673b17c9e6e4ced6aed2a629872fdfe0d5 (patch) | |
tree | 445731dcf60f7045423e61342508148b9dbdfb83 /deps-trisquel | |
parent | 4c82e9264add68a89e98ccd8440c2c75dbe713ef (diff) | |
download | libreboot-67149a673b17c9e6e4ced6aed2a629872fdfe0d5.zip libreboot-67149a673b17c9e6e4ced6aed2a629872fdfe0d5.tar.gz libreboot-67149a673b17c9e6e4ced6aed2a629872fdfe0d5.tar.bz2 |
deps-trisquel: Add binutils-source
Diffstat (limited to 'deps-trisquel')
-rwxr-xr-x | deps-trisquel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps-trisquel b/deps-trisquel index 9cea6a9..ab7b87c 100755 --- a/deps-trisquel +++ b/deps-trisquel @@ -48,7 +48,7 @@ apt-get -y install subversion git # For building source code: # ------------------------------------------------------------ -apt-get -y install build-essential +apt-get -y install build-essential binutils-source # For cross-compiling i686 target on x86_64 host. if [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ] |