zephyr/cmake/toolchain/host/generic.cmake

6 lines
154 B
CMake

# SPDX-License-Identifier: Apache-2.0
set(COMPILER host-gcc)
set(LINKER ld)
set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")