7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
# Copyright (c) 2022 Synopsys
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config TOOLCHAIN_ARCMWDT_SUPPORTS_THREAD_LOCAL_STORAGE
|
||
|
def_bool y
|
||
|
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|