diff options
| author | Damien George <damien@micropython.org> | 2021-05-25 22:16:06 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-05-26 16:24:00 +1000 |
| commit | 2c1a6a237d4e68c077c175d16f4d76518c00e4d2 (patch) | |
| tree | bce283dfa802314ca7f4ae218c0803334a26d192 /tools | |
| parent | 4ee8ec6931e6a5958d2a5710c6a8f7cd7c0f3862 (diff) | |
tools/mpy-tool.py: Support relocating ARMv6 arch.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/mpy-tool.py | 1 |
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, ): |
