|
|
@ -2,9 +2,6 @@ PREFIX ?= arm-none-eabi- |
|
|
|
|
|
|
|
|
|
|
|
LDSCRIPT = support/stm32vl-discovery.ld
|
|
|
|
LDSCRIPT = support/stm32vl-discovery.ld
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS += -Os
|
|
|
|
|
|
|
|
LDFLAGS += -Os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS += -fno-common --function-sections -fdata-sections
|
|
|
|
CFLAGS += -fno-common --function-sections -fdata-sections
|
|
|
|
LDFLAGS += -static -nostartfiles
|
|
|
|
LDFLAGS += -static -nostartfiles
|
|
|
|
LDFLAGS += -Wl,--gc-sections
|
|
|
|
LDFLAGS += -Wl,--gc-sections
|
|
|
|