The Zephyr cross tools configuration which the 'xtools' variant supports enables TLS, so set TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE when using it. Signed-off-by: Keith Packard <keithp@keithp.com>
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
# Copyright © 2022 Keith Packard
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TOOLCHAIN_XTOOLS_SUPPORTS_THREAD_LOCAL_STORAGE
|
|
def_bool y
|
|
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|