mirror of
https://github.com/micropython/micropython.git
synced 2025-08-26 20:40:40 +02:00
tools/mpy-tool.py: Support relocating ARMv6 arch.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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,
|
||||
):
|
||||
|
Reference in New Issue
Block a user