mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 04:45:22 +00:00
First abstraction completed for the toolchains: - gcc - clang Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
3 lines
127 B
CMake
3 lines
127 B
CMake
# The host-gcc supports the same flags as any other gcc.
|
|
include(${ZEPHYR_BASE}/cmake/linker/${LINKER}/gcc/linker_flags.cmake)
|