diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2019-07-03 09:06:19 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 09:06:19 +0530 |
| commit | 95cae69d7c8067a498c0521b1e3b455058822867 (patch) | |
| tree | 5701e24d78239e6136d5db454989fd419aada548 | |
| parent | 3f1ef10d40ca30ffc4c75402723af82b4d080536 (diff) | |
| parent | 19d5aafd10fc24c715de99ed532beb601a6bc62a (diff) | |
Merge pull request #608 from mumme74/master
Allow custom link script (Teensy)
| -rw-r--r-- | Teensy.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ LDFLAGS += $(call PARSE_BOARD,$(BOARD_TAG),build.flags.cpu) AMCU := $(call PARSE_BOARD,$(BOARD_TAG),build.mcu) 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) CPUFLAGS = $(call PARSE_BOARD,$(BOARD_TAG),build.flags.cpu) |
