fixed: (Math lib) -lm after -lstm32

This commit is contained in:
but0n 2017-09-04 12:22:32 +08:00
parent f0b8ca0fa7
commit 771807a349

View File

@ -3,8 +3,8 @@
include Makefile.common
LDFLAGS=$(COMMONFLAGS) -fno-exceptions -ffunction-sections -fdata-sections -L$(LIBDIR) -nostartfiles -Wl,--gc-sections,-Tlinker.ld
LDLIBS+=-lm
LDLIBS+=-lstm32
LDLIBS+=-lm
STARTUP=startup.c