Merge pull request #16252 from maribu/avr-ldscipts
cpu/avr8_common: move ldscripts from atmega_common
This commit is contained in:
commit
2b7a6acecf
@ -18,7 +18,7 @@ CFLAGS += $(CFLAGS_CPU) $(CFLAGS_LINK) $(CFLAGS_DBG) $(CFLAGS_OPT)
|
|||||||
ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
|
ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
|
||||||
|
|
||||||
# needed for xfa support. Order is important.
|
# needed for xfa support. Order is important.
|
||||||
LINKFLAGS += -T$(RIOTCPU)/atmega_common/ldscripts/xfa.ld
|
LINKFLAGS += -T$(RIOTCPU)/avr8_common/ldscripts/xfa.ld
|
||||||
|
|
||||||
LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -e reset_handler -Wl,--gc-sections
|
LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -e reset_handler -Wl,--gc-sections
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user