ARM: rename arm-lpc-1114.ld to cmsis-lpc1114.ld.
This is the start of renaming all CMSIS related files to "cmsis-...".
This commit is contained in:
parent
e8299deb86
commit
f2005f0018
|
|
@ -125,7 +125,7 @@ CFLAGS += -D__ARMEL_NOTYET__
|
||||||
LDFLAGS = --specs=nano.specs
|
LDFLAGS = --specs=nano.specs
|
||||||
LDFLAGS += --specs=nosys.specs
|
LDFLAGS += --specs=nosys.specs
|
||||||
ifeq ($(MCU), lpc1114)
|
ifeq ($(MCU), lpc1114)
|
||||||
LDFLAGS += -T arm-lpc1114.ld
|
LDFLAGS += -T cmsis-lpc1114.ld
|
||||||
endif
|
endif
|
||||||
LDFLAGS += -Wl,--as-needed
|
LDFLAGS += -Wl,--as-needed
|
||||||
LDFLAGS += -Wl,--gc-sections
|
LDFLAGS += -Wl,--gc-sections
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue