Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
17d0d8e1b304094130189a65574b0acfba59ed92
/
.
/
cmake
/
toolchain
/
host
/
generic.cmake
blob: 4bbf8201d7ffb5a2a6e28838871bc08df2ca1404 [
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"
)