From 998eeb82772fa999e975c5a8148734bbbaa85a54 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 14 Dec 2018 18:22:04 -0500 Subject: config & profiles: update to match Python-3.x's needs and definitions. --- profiles/toolchain/64-default.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'profiles/toolchain') 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 -- cgit v1.2.3