diff options
| author | hathach <[email protected]> | 2024-11-21 23:01:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-21 23:01:47 +0700 |
| commit | f252ab4364a7fc017d3afd65d682bb07cde27803 (patch) | |
| tree | 4f79eb7cbd488097bb59ab4e8ab50238e8e2d2d4 /.circleci | |
| parent | 01df8c36de16b21463085a96c3fb073237f968c5 (diff) | |
bump up gcc to 13.2
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config2.yml b/.circleci/config2.yml index 5e73ab456..6655fe45d 100644 --- a/.circleci/config2.yml +++ b/.circleci/config2.yml @@ -13,7 +13,7 @@ commands: TOOLCHAIN_JSON='{ "aarch64-gcc": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz", "arm-clang": "https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-17.0.1/LLVMEmbeddedToolchainForArm-17.0.1-Linux-x86_64.tar.xz", - "arm-gcc": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v12.3.1-1.1/xpack-arm-none-eabi-gcc-12.3.1-1.1-linux-x64.tar.gz", + "arm-gcc": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v13.2.1-1.1/xpack-arm-none-eabi-gcc-13.2.1-1.1-linux-x64.tar.gz", "msp430-gcc": "http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/9_2_0_0/export/msp430-gcc-9.2.0.50_linux64.tar.bz2", "riscv-gcc": "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz", "rx-gcc": "https://llvm-gcc-renesas.com/downloads/get.php?f=rx/8.3.0.202004-gnurx/gcc-8.3.0.202004-GNURX-ELF.run" |
