summaryrefslogtreecommitdiff
path: root/profiles/toolchain/64-default.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-14 18:22:04 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:38 -0500
commit998eeb82772fa999e975c5a8148734bbbaa85a54 (patch)
tree8c0da43242d0e86c2cf6789dd505faa636b9523b /profiles/toolchain/64-default.h
parent86ce91746df24ff0ab6d53b91797f988ac4c85e9 (diff)
downloadsbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.bz2
sbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.xz
config & profiles: update to match Python-3.x's needs and definitions.
Diffstat (limited to 'profiles/toolchain/64-default.h')
-rw-r--r--profiles/toolchain/64-default.h3
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