We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arm-none-eabi-
1 parent 6a244d7 commit da50d99Copy full SHA for da50d99
tools/test/travis-ci/functions.sh
@@ -59,10 +59,10 @@ _install_gcc()
59
{
60
# Ignore shellcheck warnings: Variables defined in .travis.yml
61
# shellcheck disable=SC2154
62
- local url="${deps_url}/gcc6-linux.tar.bz2"
+ local url="${deps_url}/gcc9-linux.tar.bz2"
63
64
65
- local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-6-2017-q2-update/"
+ local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-9-2019-q4-major/"
66
67
local archive="gcc.tar.bz2"
68
0 commit comments