aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George2019-02-21 15:19:24 +1100
committerDamien George2019-03-08 16:51:04 +1100
commit31d2d83e79828552363732e0a118a6e61d8c196b (patch)
tree589d7618fe07fd9281ec6ac755252398583be7f3 /mpy-cross/mpconfigport.h
parent7852b287df0d012f8600dc7d3e6f352fb5925a88 (diff)
mpy-cross: Enable building of x64 native .mpy files.
Diffstat (limited to 'mpy-cross/mpconfigport.h')
-rw-r--r--mpy-cross/mpconfigport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h
index e227d1be5..21ddfcf6a 100644
--- a/mpy-cross/mpconfigport.h
+++ b/mpy-cross/mpconfigport.h
@@ -30,13 +30,15 @@
#define MICROPY_PERSISTENT_CODE_LOAD (0)
#define MICROPY_PERSISTENT_CODE_SAVE (1)
-#define MICROPY_EMIT_X64 (0)
+#define MICROPY_EMIT_X64 (1)
#define MICROPY_EMIT_X86 (0)
#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB_ARMV7M (0)
#define MICROPY_EMIT_INLINE_THUMB_FLOAT (0)
#define MICROPY_EMIT_ARM (0)
+#define MICROPY_EMIT_XTENSA (0)
+#define MICROPY_EMIT_INLINE_XTENSA (0)
#define MICROPY_DYNAMIC_COMPILER (1)
#define MICROPY_COMP_CONST_FOLDING (1)