Skip to content

Commit

Permalink
Update CI toolchain from 2017q2 (GCC 6.2.1) to 2019q4 (9.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed May 4, 2020
1 parent c015c39 commit e047ca0
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://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
TOOLCHAIN=gcc-arm-none-eabi-6-2017-q2-update
URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
TOOLCHAIN=gcc-arm-none-eabi-9-2019-q4-major
TOOLCHAINS=$HOME/toolchains
TOOLCHAIN_MISSING=0
GCC=${TOOLCHAINS}/gcc-arm-embedded/bin/arm-none-eabi-gcc
Expand Down

0 comments on commit e047ca0

Please sign in to comment.