diff options
author | midipix <writeonce@midipix.org> | 2018-12-14 18:22:04 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:38 -0500 |
commit | 998eeb82772fa999e975c5a8148734bbbaa85a54 (patch) | |
tree | 8c0da43242d0e86c2cf6789dd505faa636b9523b /profiles/toolchain | |
parent | 86ce91746df24ff0ab6d53b91797f988ac4c85e9 (diff) | |
download | sbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.bz2 sbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.xz |
config & profiles: update to match Python-3.x's needs and definitions.
Diffstat (limited to 'profiles/toolchain')
-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 957f6dd..5bc7057 100644 --- a/profiles/toolchain/64-default.h +++ b/profiles/toolchain/64-default.h @@ -19,4 +19,7 @@ #define SIZEOF_WCHAR_T 4 #define SIZEOF__BOOL 1 +#define HAVE_GCC_ASM_FOR_X87 1 +#define HAVE_GCC_ASM_FOR_X64 1 + #endif |