summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-24 20:35:19 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-24 20:35:19 +0000
commitfeebd15ff7a5e1c703c73d80b862d34969b6ef9c (patch)
tree95adcb202d14248019f75549d8fa7b2646c79d8b
parent67149a673b17c9e6e4ced6aed2a629872fdfe0d5 (diff)
deps-trisquel: add binutils-multiarch
-rwxr-xr-xdeps-trisquel3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps-trisquel b/deps-trisquel
index ab7b87c..330fcda 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" ]
@@ -57,6 +57,7 @@ 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