remove gcc7 warning of duplicate const
[inav.git] / install-toolchain.sh
blob7e1cb6f8e43ac930b9673cdf826b694cc4d63554
1 #!/bin/bash
3 if [ ! -d $PWD/gcc-arm-none-eabi-6_2-2016q4/bin ] ; then
4 curl --retry 10 --retry-max-time 120 -L "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2" | tar xfj -
5 fi