diff options
author | blmorris <bryan.morrissey@gmail.com> | 2014-07-15 12:28:49 -0400 |
---|---|---|
committer | blmorris <bryan.morrissey@gmail.com> | 2014-07-15 12:28:49 -0400 |
commit | 0429d35f37532d2a981e704f014a248da9b157d8 (patch) | |
tree | 89b46c4453ba89072ac6926b930acf1276a79b7b /unix/mpconfigport.h | |
parent | 847a6b30b17493853322532a40f48afb1d975d2e (diff) | |
parent | dce8876dbe272d34d8d28aac21b4a4c3bdea0317 (diff) |
Merge https://github.com/micropython/micropython
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 73435863b..0831e3fd3 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -27,7 +27,9 @@ // options to control how Micro Python is built #define MICROPY_ALLOC_PATH_MAX (PATH_MAX) +#ifndef MICROPY_EMIT_X64 #define MICROPY_EMIT_X64 (1) +#endif #define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0) #define MICROPY_ENABLE_GC (1) |