Skip to content

Commit 30ff1ee

Browse files
committed
picolib: Add stdc++ noexcept variant
Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent fff0928 commit 30ff1ee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "crosstool-ng"]
22
path = crosstool-ng
3-
url = https://github.com/zephyrproject-rtos/crosstool-ng.git
3+
url = https://github.com/adigie/crosstool-ng.git
44
[submodule "binutils"]
55
path = binutils
66
url = https://github.com/zephyrproject-rtos/binutils-gdb.git

cmake/zephyr/generic.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ set(CROSS_COMPILE ${one_toolchain_root}/${CROSS_COMPILE_TARGET}/bin/${CROSS_COMP
3131
set(SYSROOT_DIR ${one_toolchain_root}/${SYSROOT_TARGET}/${SYSROOT_TARGET})
3232
set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL "True if toolchain supports newlib")
3333
set(TOOLCHAIN_HAS_PICOLIBC ON CACHE BOOL "True if toolchain supports picolibc")
34+
set(TOOLCHAIN_HAS_PICOLIBC_NOEXCEPT ON CACHE BOOL "True if toolchain supports picolibc variant with exceptions disabled")

0 commit comments

Comments
 (0)