We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dd651 commit af79338Copy full SHA for af79338
product-mini/platforms/nuttx/wamr.mk
@@ -5,7 +5,9 @@ CORE_ROOT := wamr/core
5
IWASM_ROOT := wamr/core/iwasm
6
SHARED_ROOT := wamr/core/shared
7
8
-ifeq ($(CONFIG_ARCH_ARMV7M),y)
+ifeq ($(CONFIG_ARCH_ARMV7A),y)
9
+WAMR_BUILD_TARGET := THUMBV7A
10
+else ifeq ($(CONFIG_ARCH_ARMV7M),y)
11
WAMR_BUILD_TARGET := THUMBV7EM
12
else ifeq ($(CONFIG_ARCH_ARMV8M),y)
13
WAMR_BUILD_TARGET := THUMBV8M
0 commit comments