mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 23:42:05 +00:00
product-mini/platforms/nuttx/wamr.mk: Provide BH_MALLOC/BH_FREE (#1135)
This commit is contained in:
parent
98431225f2
commit
814a76ee89
|
@ -41,6 +41,9 @@ endif
|
|||
|
||||
WAMR_BUILD_PLATFORM := nuttx
|
||||
|
||||
CFLAGS += -DBH_MALLOC=wasm_runtime_malloc
|
||||
CFLAGS += -DBH_FREE=wasm_runtime_free
|
||||
|
||||
ifeq ($(WAMR_BUILD_TARGET), X86_32)
|
||||
CFLAGS += -DBUILD_TARGET_X86_32
|
||||
INVOKE_NATIVE := invokeNative_ia32.s
|
||||
|
|
Loading…
Reference in New Issue
Block a user