aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-03-30 18:06:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-30 18:06:42 +0000
commitce80f167103a27a0828373d459514215240dbaf9 (patch)
treea69bef94852b3fdb67c3ad1d28dfe8b913433fd5 /build
parent5d3c6bf81ff44e6543ba93fc30a668c3572ed682 (diff)
parent3ff56013ff22b834dac469af5c8cb0e89e2d0fa9 (diff)
downloadndk-ce80f167103a27a0828373d459514215240dbaf9.tar.gz
Merge "Compile mips/mips64 toolchain with binutils-2.25"
Diffstat (limited to 'build')
-rwxr-xr-xbuild/tools/download-toolchain-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/download-toolchain-sources.sh b/build/tools/download-toolchain-sources.sh
index cb0e8d52b..f5de2ee9b 100755
--- a/build/tools/download-toolchain-sources.sh
+++ b/build/tools/download-toolchain-sources.sh
@@ -215,7 +215,7 @@ toolchain_checkout "" $BRANCH cloog .
toolchain_checkout "" $BRANCH isl .
toolchain_checkout "" $BRANCH ppl .
toolchain_checkout "" $BRANCH expat .
-toolchain_checkout "" $BRANCH binutils binutils-2.24
+toolchain_checkout "" $BRANCH binutils binutils-2.24 binutils-2.25
toolchain_checkout "" $BRANCH gcc gcc-4.8 gcc-4.9
toolchain_checkout "" $BRANCH gdb gdb-7.3.x gdb-7.6 gdb-7.7
toolchain_checkout "" $BRANCH python Python-2.7.5