From: Debian Qt/KDE Maintainers Date: Sat, 5 May 2018 01:53:17 +0000 (+0100) Subject: QtScript_x32_config X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-16+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8987cec84277bcf4204925f0ae3d3a09c6463dfd;p=qt4-x11.git QtScript_x32_config Gbp-Pq: Name QtScript_x32_config.diff --- 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__