zephyr/cmake/toolchain/host/generic.cmake

8 lines
178 B
CMake

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