diff options
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" ] |