Minimize the amount of flags that are hardcoded in the llext.cmake module by moving them to the compiler specific cmake files. The llext.cmake module will now use the new LLEXT_REMOVE_FLAGS and LLEXT_APPEND_FLAGS global variables to adjust the set of flags used to compile the llext code. This will make it easier to add support for new architectures and compilers. Signed-off-by: Luca Burelli <l.burelli@arduino.cc> |
||
|---|---|---|
| .. | ||
| compiler_flags.cmake | ||
| generic.cmake | ||
| target.cmake | ||
| target_arc.cmake | ||
| target_arm.cmake | ||
| target_arm64.cmake | ||
| target_mips.cmake | ||
| target_riscv.cmake | ||
| target_sparc.cmake | ||
| target_x86.cmake | ||
| target_xtensa.cmake | ||