Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.2:Update
libqt5-qtscript
libqt5-qtscript-s390-support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libqt5-qtscript-s390-support.patch of Package libqt5-qtscript
Index: qtscript-everywhere-src-5.12.0-alpha/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h =================================================================== --- qtscript-everywhere-src-5.12.0-alpha.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h +++ qtscript-everywhere-src-5.12.0-alpha/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h @@ -226,6 +226,18 @@ #define WTF_CPU_SPARC 1 #endif +/* CPU(S390X) - S390 64-bit */ +#if defined(__s390x__) +#define WTF_CPU_S390X 1 +#define WTF_CPU_BIG_ENDIAN 1 +#endif + +/* CPU(S390) - S390 32-bit */ +#if defined(__s390__) && !defined(__s390x__) +#define WTF_CPU_S390 1 +#define WTF_CPU_BIG_ENDIAN 1 +#endif + /* CPU(X86) - i386 / x86 32-bit */ #if defined(__i386__) \ || defined(i386) \ @@ -960,7 +972,7 @@ #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) #if (CPU(X86_64) && !CPU(X32) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64) || CPU(RISCV64) #define WTF_USE_JSVALUE64 1 -#elif CPU(ARM) || CPU(PPC64) || CPU(RISCV32) +#elif CPU(ARM) || CPU(PPC64) || CPU(RISCV32) || CPU(S390X) #define WTF_USE_JSVALUE32 1 #elif OS(WINDOWS) && COMPILER(MINGW) /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor