Skip to content

Commit

Permalink
makefiles: No --fatal-warnigns for Cortex-M linker
Browse files Browse the repository at this point in the history
Contributes-To: RIOT-OS#18522
  • Loading branch information
chrysn committed Nov 4, 2022
1 parent b61a203 commit 0b47035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/arch/cortexm.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CFLAGS += $(CFLAGS_CPU) $(CFLAGS_LINK) $(CFLAGS_DBG) $(CFLAGS_OPT)
ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
LINKFLAGS += -L$(RIOTCPU)/$(CPU)/ldscripts -L$(RIOTCPU)/cortexm_common/ldscripts
LINKER_SCRIPT ?= $(CPU_MODEL).ld
LINKFLAGS += -T$(LINKER_SCRIPT) -Wl,--fatal-warnings
LINKFLAGS += -T$(LINKER_SCRIPT)

LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -nostartfiles
LINKFLAGS += -Wl,--gc-sections
Expand Down

0 comments on commit 0b47035

Please sign in to comment.