From 3187a501f7f434698fca8bee974a7c89ddcb36bb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jan 2020 18:25:55 +1100 Subject: [PATCH] Tools: fixed CI compiler for Copter 4.0 --- Tools/scripts/configure-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/configure-ci.sh b/Tools/scripts/configure-ci.sh index 6c3e5a3241..afe5b77954 100755 --- a/Tools/scripts/configure-ci.sh +++ b/Tools/scripts/configure-ci.sh @@ -6,7 +6,7 @@ set -ex # Disable ccache for the configure phase, it's not worth it export CCACHE_DISABLE="true" -ARM_ROOT="gcc-arm-none-eabi-4_9-2015q3" +ARM_ROOT="gcc-arm-none-eabi-6-2017-q2-update" ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2" RPI_ROOT="master"