mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:41:56 +00:00
First abstraction completed for the toolchains: - gcc - clang Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
4 lines
171 B
CMake
4 lines
171 B
CMake
# Load toolchain_cc-family compiler flags
|
|
# Significant overlap with freestanding gcc compiler so reuse it
|
|
include(${ZEPHYR_BASE}/cmake/compiler/gcc/compiler_flags.cmake)
|