We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccae40 commit a904515Copy full SHA for a904515
cmake/zephyr/Kconfig
@@ -10,6 +10,10 @@ config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
10
def_bool y
11
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
12
13
+config TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS
14
+ def_bool y
15
+ select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS
16
+
17
config PICOLIBC_SUPPORTED
18
19
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
0 commit comments