]> git.pld-linux.org Git - packages/qt4.git/blobdiff - x32.patch
bump icu abi to 72
[packages/qt4.git] / x32.patch
index 2d5b51584b694ae508d30c205d080d6c7461411b..b9ddb976a29f183d13464067a01cdcb1a05d7d9d 100644 (file)
--- a/x32.patch
+++ b/x32.patch
  #endif
 +#endif
  
- /* 64-bit mode on AIX */
- #ifdef __64BIT__
+ /* CPU(ARM) - ARM, any version*/
+ #if   defined(arm) \
 --- a/configure
 +++ b/configure
 @@ -3329,6 +3329,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
-         fi
-         CFG_HOST_ARCH=sh
+             ;;
+         esac
          ;;
 +    *:*:x32)
 +        if [ "$OPT_VERBOSE" = "yes" ]; then
@@ -53,7 +53,7 @@
 +#  include "QtCore/qatomic_i386.h"
  #elif defined(QT_ARCH_NACL)
  #  include "QtCore/qatomic_generic.h"
- #elif defined(QT_ARCH_AARCH64)
+ #else
 --- /dev/null
 +++ b/src/corelib/arch/x32/arch.pri
 @@ -0,0 +1,4 @@
This page took 0.055852 seconds and 4 git commands to generate.