1# Copyright © 2022 Keith Packard
2# SPDX-License-Identifier: Apache-2.0
3
4config TOOLCHAIN_CROSS_COMPILE_SUPPORTS_THREAD_LOCAL_STORAGE
5	bool "Cross-compile toolchain supports TLS"
6	select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
7	help
8	  Set this if the cross-compile toolchain being used for the build
9	  supports thread local storage.
10
11config TOOLCHAIN_CROSS_COMPILE_SUPPORTS_GNU_EXTENSIONS
12	bool "Cross-compile toolchain supports GNU Extensions"
13	select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS
14	help
15	  Set this if the cross-compile toolchain being used for the build
16	  supports GNU Extensions.
17