Skip to content

Commit

Permalink
gcc12 gcc 12 #5031 (#5356)
Browse files Browse the repository at this point in the history
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
  • Loading branch information
rusefillc committed Jul 6, 2023
1 parent d50fab8 commit a2260d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/provide_gcc.sh
Expand Up @@ -5,14 +5,14 @@
set -e

# URL to download original toolchain from
URL="https://github.com/rusefi/build_support/raw/master/rusefi-arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz"
URL="https://github.com/rusefi/build_support/raw/master/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz"
# This is the md5sum of the /bin/arm-none-eabi-ld executable within the archive, used for verifying we have the proper version.
# If you change the above URL, you will need to update this checksum as well.
MANIFEST_SUM="8e50ee1adb41acfd56fc38d74d6bb18e"
MANIFEST_SUM="d7145e6152652d550651e1ceeb9eea86"
# colloquial directory name, to afford re-use of script
COLLOQUIAL="gcc-arm-none-eabi"
# temporary working directory
TMP_DIR="/tmp/rusefi-provide_gcc"
TMP_DIR="/tmp/rusefi-provide_gcc12"

archive="${URL##*/}"

Expand Down

0 comments on commit a2260d5

Please sign in to comment.