diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 21:16:58 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-24 21:16:58 +0000 |
commit | 6399e3b10b2d973b56f8af8275e94206e31c58a4 (patch) | |
tree | 445731dcf60f7045423e61342508148b9dbdfb83 | |
parent | feebd15ff7a5e1c703c73d80b862d34969b6ef9c (diff) | |
download | librebootfr-6399e3b10b2d973b56f8af8275e94206e31c58a4.tar.gz librebootfr-6399e3b10b2d973b56f8af8275e94206e31c58a4.zip |
Revert "deps-trisquel: add binutils-multiarch"
This reverts commit feebd15ff7a5e1c703c73d80b862d34969b6ef9c.
-rwxr-xr-x | deps-trisquel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps-trisquel b/deps-trisquel index 330fcdae..ab7b87c1 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" ] @@ -57,7 +57,6 @@ if [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ] apt-get -y install lib32stdc++6 g++-multilib dh-autoreconf # recommended, but not sure what for: apt-get -y install lib32tinfo-dev texi2html - apt-get -y install binutils-source binutils-multiarch fi # Memtest86+ build dependencies |