Revert "scripts: template: Disable ARC targets"

This reverts commit e59c246236 since the
ARC targets have been re-enabled.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-07-08 03:04:24 +09:00
parent dc1d92f3bc
commit fa59c26837
2 changed files with 4 additions and 6 deletions

View File

@ -118,9 +118,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")"
# Initialise toolchain list
toolchains=(
"aarch64-zephyr-elf"
# FIXME: Re-enable ARC when the patches for the latest toolchains are available
# "arc64-zephyr-elf"
# "arc-zephyr-elf"
"arc64-zephyr-elf"
"arc-zephyr-elf"
"arm-zephyr-eabi"
"mips-zephyr-elf"
"nios2-zephyr-elf"

View File

@ -26,9 +26,8 @@ exit /b 0
REM # Initialise toolchain list
set TOOLCHAINS=
set TOOLCHAINS=%TOOLCHAINS% aarch64-zephyr-elf
REM # FIXME: Re-enable ARC when the patches for the latest toolchains are available
REM set TOOLCHAINS=%TOOLCHAINS% arc64-zephyr-elf
REM set TOOLCHAINS=%TOOLCHAINS% arc-zephyr-elf
set TOOLCHAINS=%TOOLCHAINS% arc64-zephyr-elf
set TOOLCHAINS=%TOOLCHAINS% arc-zephyr-elf
set TOOLCHAINS=%TOOLCHAINS% arm-zephyr-eabi
set TOOLCHAINS=%TOOLCHAINS% mips-zephyr-elf
set TOOLCHAINS=%TOOLCHAINS% nios2-zephyr-elf