commit | 9d835fe464aff259cd1924e411a1be9c3f3e5787 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon Aug 26 14:57:15 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 04 16:34:35 2024 +0100 |
tree | b69e322b003f50806532abd5fa1172ad878b093e | |
parent | 102b3fc07836a137cf54bf39a626f3c332e72b71 [diff] |
cmake: move specs compiler and linker flags to toolchain properties Moving specs argument to compiler and linker properties so that the compiler and linker in use can decide how the flags are mapped / handled for the compiler and linker in use. This avoids specifying `--specs=spec.picolibc` for clang which prints a warning about an unused argument. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>