Enable Nuttx spec test option and register aot symbols (#1687)
Enable spec test option on Nuttx platform. Register sqrt/sqrtf in aot global symbol map and _fixdfdi/__floatundidf in xtensa symbol map.
This commit is contained in:
committed by
GitHub
parent
328fd59f43
commit
f59ffa0d63
@ -287,6 +287,12 @@ else
|
||||
CFLAGS += -DWASM_ENABLE_GLOBAL_HEAP_POOL=0
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_INTERPRETERS_WAMR_ENABLE_SPEC_TEST),y)
|
||||
CFLAGS += -DWASM_ENABLE_SPEC_TEST=1
|
||||
else
|
||||
CFLAGS += -DWASM_ENABLE_SPEC_TEST=0
|
||||
endif
|
||||
|
||||
CFLAGS += -Wno-strict-prototypes -Wno-shadow -Wno-unused-variable
|
||||
CFLAGS += -Wno-int-conversion -Wno-implicit-function-declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user