zephyr/soc/arc/snps_qemu/CMakeLists.txt

7 lines
148 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_compile_options(-mcpu=${GCC_M_CPU})
if(NOT CONFIG_64BIT)
zephyr_compile_options(-mno-sdata)
endif()