Skip to content

Commit

Permalink
cpu/mips_pic32_common: fix XFA support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 18, 2021
1 parent b54afa1 commit 6711388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefiles/arch/mips.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ LINKFLAGS += -L$(RIOTCPU)/$(CPU)/ldscripts
LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT)
LINKFLAGS += -Wl,--gc-sections

# XFA support
LINKFLAGS += -T$(RIOTCPU)/mips_pic32_common/ldscripts/xfa.ld

OPTIONAL_CFLAGS_BLACKLIST += -Wformat-overflow
OPTIONAL_CFLAGS_BLACKLIST += -Wformat-truncation
OPTIONAL_CFLAGS_BLACKLIST += -gz

0 comments on commit 6711388

Please sign in to comment.