summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mpy-tool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mpy-tool.py b/tools/mpy-tool.py
index ea756d3ee..bfc3cf27e 100755
--- a/tools/mpy-tool.py
+++ b/tools/mpy-tool.py
@@ -532,6 +532,7 @@ class RawCodeNative(RawCode):
if config.native_arch in (
MP_NATIVE_ARCH_X86,
MP_NATIVE_ARCH_X64,
+ MP_NATIVE_ARCH_ARMV6,
MP_NATIVE_ARCH_XTENSA,
MP_NATIVE_ARCH_XTENSAWIN,
):