cortexm_common: Mark llvm and gnu as supported toolchains

This commit is contained in:
Martine Lenders 2018-08-07 16:24:38 +02:00
parent 814a7c3a21
commit b305ee4b41

View File

@ -15,6 +15,7 @@ ifneq (,$(ROM_START_ADDR)$(RAM_START_ADDR)$(ROM_LEN)$(RAM_LEN))
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_length=$(RAM_LEN) LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_length=$(RAM_LEN)
endif endif
TOOLCHAINS_SUPPORTED = gnu llvm
# Only define the linker symbol if the variable is set # Only define the linker symbol if the variable is set
# The variable can be set using target specific variable thanks to lazy evaluation # The variable can be set using target specific variable thanks to lazy evaluation