use build_support ARM GCC 11.3 toolchain (#4762)

* use build_support ARM GCC 11.3 toolchain

* provide_gcc.sh exits on failure
This commit is contained in:
Nathan Schulte 2022-11-08 19:35:29 -06:00 committed by GitHub
parent d7eb09c9de
commit e7a5f2a0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
# Download and extract GCC arm-none-eabi toolchain
URL="https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz"
set -e
URL="https://github.com/rusefi/build_support/raw/master/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz"
ARCHIVE="${URL##*/}"
DIR="gcc-arm-none-eabi"