zephyr/soc/arc/snps_qemu/CMakeLists.txt

6 lines
105 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_ISA_ARCV2)
zephyr_compile_options(-mno-sdata)
endif()