Skip to content
Snippets Groups Projects
Commit b305ee4b authored by Martine Lenders's avatar Martine Lenders
Browse files

cortexm_common: Mark llvm and gnu as supported toolchains

parent 814a7c3a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment