2022-08-16 12:54:41 +08:00
|
|
|
# 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
|
2023-02-11 16:06:57 +08:00
|
|
|
|
|
|
|
config NEWLIB_LIBC_SUPPORTED
|
|
|
|
def_bool y
|
|
|
|
help
|
|
|
|
Crosstools is assumed to support newlib for C and C++ development.
|