toolchain/xtools: Crosstools-ng supports TLS by default
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>
This commit is contained in:
parent
d6f836e964
commit
7052d52b3b
1 changed files with 6 additions and 0 deletions
6
cmake/toolchain/xtools/Kconfig
Normal file
6
cmake/toolchain/xtools/Kconfig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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
|
||||
Loading…
Reference in a new issue