| # Copyright © 2022 Keith Packard | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config TOOLCHAIN_CROSS_COMPILE_SUPPORTS_THREAD_LOCAL_STORAGE | |
| bool "Cross-compile toolchain supports TLS" | |
| select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE | |
| help | |
| Set this if the cross-compile toolchain being used for the build | |
| supports thread local storage. |