From 37e888e5c84f331a10034a733e22ce95918f4f48 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 9 Sep 2016 17:09:51 +0000 Subject: [PATCH] QtScript_x32_config Gbp-Pq: Name QtScript_x32_config.diff --- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h index e5a110269..fa5f01c4d 100644 --- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h +++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h @@ -213,8 +213,12 @@ /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */ #if defined(__x86_64__) \ || defined(_M_X64) +#ifdef __ILP32__ +#define WTF_CPU_X86_64_32 1 +#else #define WTF_CPU_X86_64 1 #endif +#endif /* 64-bit mode on AIX */ #ifdef __64BIT__ -- 2.30.2