Skip to content

Commit

Permalink
Bump CI toolchain version to gcc-arm-embedded 6.2 for prebuilt 64-bit…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
devanlai committed Feb 28, 2018
1 parent 0004da2 commit d553259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/install-toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
URL=https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2
TOOLCHAIN=gcc-arm-none-eabi-5_2-2015q4
URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2016q4/gcc-arm-none-eabi-6_2-2016q4-20161216-linux.tar.bz2
TOOLCHAIN=gcc-arm-none-eabi-6_2-2016q4
TOOLCHAINS=$HOME/toolchains
TOOLCHAIN_MISSING=0
GCC=${TOOLCHAINS}/gcc-arm-embedded/bin/arm-none-eabi-gcc
Expand Down

0 comments on commit d553259

Please sign in to comment.