diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 16:17:10 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 16:17:10 (EST) |
commit | 62d4eaaaf4b87629b37e6d16d4b4020499207d73 (patch) | |
tree | e4d74ba7a908d640004601d80d973f55ddeb896b /deps-trisquel | |
parent | 6399e3b10b2d973b56f8af8275e94206e31c58a4 (diff) | |
download | libreboot-62d4eaaaf4b87629b37e6d16d4b4020499207d73.zip libreboot-62d4eaaaf4b87629b37e6d16d4b4020499207d73.tar.gz libreboot-62d4eaaaf4b87629b37e6d16d4b4020499207d73.tar.bz2 |
Revert "deps-trisquel: Add binutils-source"
This reverts commit 67149a673b17c9e6e4ced6aed2a629872fdfe0d5.
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 ab7b87c..9cea6a9 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 binutils-source +apt-get -y install build-essential # For cross-compiling i686 target on x86_64 host. if [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ] |