diff options
author | midipix <writeonce@midipix.org> | 2018-12-16 10:34:26 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:40 -0500 |
commit | 6dc580e25dd8cf717a351c3a72b8c1dcf79062e0 (patch) | |
tree | 00333ced6362ce8bb00e2ad610fb285b77545feb /profiles | |
parent | c0363d5e38af22a1decce9d5c1c9d288909da266 (diff) | |
download | sbpython3-6dc580e25dd8cf717a351c3a72b8c1dcf79062e0.tar.bz2 sbpython3-6dc580e25dd8cf717a351c3a72b8c1dcf79062e0.tar.xz |
project: added rules and definitions for building python's extension modules.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/toolchain/64-default.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/toolchain/64-default.h b/profiles/toolchain/64-default.h index 5bc7057..098854a 100644 --- a/profiles/toolchain/64-default.h +++ b/profiles/toolchain/64-default.h @@ -22,4 +22,7 @@ #define HAVE_GCC_ASM_FOR_X87 1 #define HAVE_GCC_ASM_FOR_X64 1 +#define CONFIG_64 1 +#define ASM 1 + #endif |