Merge pull request #608 from mumme74/master
Allow custom link script (Teensy)
This commit is contained in:
commit
95cae69d7c
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ LDFLAGS += $(call PARSE_BOARD,$(BOARD_TAG),build.flags.cpu)
|
||||||
|
|
||||||
AMCU := $(call PARSE_BOARD,$(BOARD_TAG),build.mcu)
|
AMCU := $(call PARSE_BOARD,$(BOARD_TAG),build.mcu)
|
||||||
LDFLAGS += -Wl,--gc-sections,--relax
|
LDFLAGS += -Wl,--gc-sections,--relax
|
||||||
LINKER_SCRIPTS = -T${ARDUINO_CORE_PATH}/${AMCU}.ld
|
LINKER_SCRIPTS ?= -T${ARDUINO_CORE_PATH}/${AMCU}.ld
|
||||||
OTHER_LIBS = $(call PARSE_BOARD,$(BOARD_TAG),build.flags.libs)
|
OTHER_LIBS = $(call PARSE_BOARD,$(BOARD_TAG),build.flags.libs)
|
||||||
|
|
||||||
CPUFLAGS = $(call PARSE_BOARD,$(BOARD_TAG),build.flags.cpu)
|
CPUFLAGS = $(call PARSE_BOARD,$(BOARD_TAG),build.flags.cpu)
|
||||||
|
|
Loading…
Reference in a new issue