mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
fixed: (Math lib) -lm after -lstm32
This commit is contained in:
parent
f0b8ca0fa7
commit
771807a349
2
Makefile
2
Makefile
@ -3,8 +3,8 @@
|
|||||||
include Makefile.common
|
include Makefile.common
|
||||||
LDFLAGS=$(COMMONFLAGS) -fno-exceptions -ffunction-sections -fdata-sections -L$(LIBDIR) -nostartfiles -Wl,--gc-sections,-Tlinker.ld
|
LDFLAGS=$(COMMONFLAGS) -fno-exceptions -ffunction-sections -fdata-sections -L$(LIBDIR) -nostartfiles -Wl,--gc-sections,-Tlinker.ld
|
||||||
|
|
||||||
LDLIBS+=-lm
|
|
||||||
LDLIBS+=-lstm32
|
LDLIBS+=-lstm32
|
||||||
|
LDLIBS+=-lm
|
||||||
|
|
||||||
STARTUP=startup.c
|
STARTUP=startup.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user