zephyr/cmake/toolchain/host/Kconfig
Pieter De Gendt a599ed13a1 kconfig: Add symbols for GNU C Extensions
Add a symbol to enable GNU C Extensions. And a hidden option for
toolchains to signal GNU Extensions support.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-04-25 09:54:39 +00:00

7 lines
171 B
Plaintext

# Copyright (c) 2024 Basalte bv
# SPDX-License-Identifier: Apache-2.0
config TOOLCHAIN_HOST_SUPPORTS_GNU_EXTENSIONS
def_bool y
select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS