diff --git a/cpu/cortexm_common/Makefile.include b/cpu/cortexm_common/Makefile.include index b1be7aff71fbf04ed87ba44eb160a664b1c25e9a..60e5938bc439bdc1679bc34e6cf016ff3abbe387 100644 --- a/cpu/cortexm_common/Makefile.include +++ b/cpu/cortexm_common/Makefile.include @@ -15,6 +15,7 @@ ifneq (,$(ROM_START_ADDR)$(RAM_START_ADDR)$(ROM_LEN)$(RAM_LEN)) LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_length=$(RAM_LEN) endif +TOOLCHAINS_SUPPORTED = gnu llvm # Only define the linker symbol if the variable is set # The variable can be set using target specific variable thanks to lazy evaluation