arch/sim: add toolchain library libm
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
2fe8f37001
commit
17f410e647
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ else
|
|||
STDLIBS += -lrt
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_LIBM),y)
|
||||
STDLIBS += -lm
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_STACK_COLORATION),y)
|
||||
CSRCS += sim_checkstack.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue