From: Debian Qt/KDE Maintainers Date: Wed, 9 Nov 2016 16:50:49 +0000 (+0000) Subject: QtScript_x32_config X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36cc42838ac62bf014aa34509411fbf1d9632c88;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__