Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ccc0315e14341879cc466156a4c925dd27b06525
/
.
/
cmake
/
toolchain
/
host
/
generic.cmake
blob: 29d67535ea6a663660745301e2c44074983ad9ac [
file
] [
log
] [
blame
]
# 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"
)
message
(
STATUS
"Found toolchain: host (gcc/ld)"
)