File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1843,7 +1843,7 @@ jobs:
1843
1843
fi
1844
1844
1845
1845
# Set toolchain variant
1846
- export ZEPHYR_TOOLCHAIN_VARIANT=zephyr- ${{ matrix.toolchain }}
1846
+ export ZEPHYR_TOOLCHAIN_VARIANT=zephyr/ ${{ matrix.toolchain }}
1847
1847
1848
1848
# Run tests with twister
1849
1849
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ get_filename_component(ZEPHYR_SDK_INSTALL_DIR ${CMAKE_CURRENT_LIST_DIR}/.. ABSOL
13
13
set (ZEPHYR_SDK_INSTALL_DIR ${ZEPHYR_SDK_INSTALL_DIR} )
14
14
15
15
if (NOT DEFINED ZEPHYR_TOOLCHAIN_VARIANT )
16
- set (ZEPHYR_TOOLCHAIN_VARIANT zephyr- gnu )
16
+ set (ZEPHYR_TOOLCHAIN_VARIANT " zephyr/ gnu" )
17
17
endif ()
18
18
19
19
# Those are CMake package parameters.
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
- config TOOLCHAIN_ZEPHYR_0_17
3
+ config TOOLCHAIN_ZEPHYR_0_18
4
4
def_bool y
5
5
6
6
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
@@ -13,8 +13,7 @@ config TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS
13
13
14
14
config PICOLIBC_SUPPORTED
15
15
def_bool y
16
- depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr-gnu" \
17
- || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr-llvm"
16
+ depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
18
17
help
19
18
Zephyr SDK >=0.16 always supports Picolibc for C and C++ development.
20
19
@@ -25,5 +24,5 @@ config PICOLIBC_DEFAULT
25
24
Zephyr SDK >=0.17.1 always uses Picolibc
26
25
27
26
choice COMPILER_OPTIMIZATIONS
28
- default SPEED_OPTIMIZATIONS if ("$(ZEPHYR_TOOLCHAIN_VARIANT )" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr- gnu") && CPP_EXCEPTIONS
27
+ default SPEED_OPTIMIZATIONS if ("$(TOOLCHAIN_VARIANT_COMPILER )" = "gnu") && CPP_EXCEPTIONS
29
28
endchoice
You can’t perform that action at this time.
0 commit comments