blob: 0dbc5b846bb6dc588f99f882b37f65b964875f23 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_compile_options(-mcpu=${GCC_M_CPU})
if(NOT CONFIG_64BIT)
zephyr_compile_options(-mno-sdata)
endif()