1# Copyright © 2022 Keith Packard 2# SPDX-License-Identifier: Apache-2.0 3 4config TOOLCHAIN_XTOOLS_SUPPORTS_THREAD_LOCAL_STORAGE 5 def_bool y 6 select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE 7 8config NEWLIB_LIBC_SUPPORTED 9 def_bool y 10 help 11 Crosstools is assumed to support newlib for C and C++ development. 12