From 6dc580e25dd8cf717a351c3a72b8c1dcf79062e0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 16 Dec 2018 10:34:26 -0500 Subject: project: added rules and definitions for building python's extension modules. --- profiles/toolchain/64-default.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'profiles') 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 -- cgit v1.2.3