zephyr/cmake/toolchain/arcmwdt/Kconfig

11 lines
288 B
Plaintext
Raw Permalink Normal View History

# Copyright (c) 2022 Synopsys
# SPDX-License-Identifier: Apache-2.0
config TOOLCHAIN_ARCMWDT_SUPPORTS_THREAD_LOCAL_STORAGE
def_bool y
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
config TOOLCHAIN_ARCMWDT_SUPPORTS_GNU_EXTENSIONS
def_bool y
select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS