From 8987cec84277bcf4204925f0ae3d3a09c6463dfd Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Sat, 5 May 2018 02:53:17 +0100 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