1# SPDX-License-Identifier: Apache-2.0
2
3set(COMPILER host-gcc)
4set(LINKER ld)
5set(BINTOOLS host-gnu)
6
7set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")
8
9message(STATUS "Found toolchain: host (gcc/ld)")
10