File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")"
118118# Initialise toolchain list
119119toolchains=(
120120 " aarch64-zephyr-elf"
121- # FIXME: Re-enable ARC when the patches for the latest toolchains are available
122- # "arc64-zephyr-elf"
123- # "arc-zephyr-elf"
121+ " arc64-zephyr-elf"
122+ " arc-zephyr-elf"
124123 " arm-zephyr-eabi"
125124 " mips-zephyr-elf"
126125 " nios2-zephyr-elf"
Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ exit /b 0
2626REM # Initialise toolchain list
2727set TOOLCHAINS=
2828set TOOLCHAINS=%TOOLCHAINS% aarch64-zephyr-elf
29- REM # FIXME: Re-enable ARC when the patches for the latest toolchains are available
30- REM set TOOLCHAINS=%TOOLCHAINS% arc64-zephyr-elf
31- REM set TOOLCHAINS=%TOOLCHAINS% arc-zephyr-elf
29+ set TOOLCHAINS=%TOOLCHAINS% arc64-zephyr-elf
30+ set TOOLCHAINS=%TOOLCHAINS% arc-zephyr-elf
3231set TOOLCHAINS=%TOOLCHAINS% arm-zephyr-eabi
3332set TOOLCHAINS=%TOOLCHAINS% mips-zephyr-elf
3433set TOOLCHAINS=%TOOLCHAINS% nios2-zephyr-elf
You can’t perform that action at this time.
0 commit comments