View | Details | Raw Unified | Return to bug 210027 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (+10 lines)
Line 0 Link Here
1
--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h.orig	2016-04-20 19:52:54 UTC
2
+++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
3
@@ -279,6 +279,7 @@
4
 #elif defined(__ARM_ARCH_6__) \
5
     || defined(__ARM_ARCH_6J__) \
6
     || defined(__ARM_ARCH_6K__) \
7
+    || defined(__ARM_ARCH_6KZ__) \
8
     || defined(__ARM_ARCH_6Z__) \
9
     || defined(__ARM_ARCH_6ZK__) \
10
     || defined(__ARM_ARCH_6T2__) \
(-)files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h (+8 lines)
Lines 1-5 Link Here
1
--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig	2014-04-10 22:37:12.000000000 +0400
1
--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig	2014-04-10 22:37:12.000000000 +0400
2
+++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h	2014-12-20 07:17:24.000000000 +0300
2
+++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h	2014-12-20 07:17:24.000000000 +0300
3
@@ -254,6 +254,7 @@
4
 #elif defined(__ARM_ARCH_6__) \
5
     || defined(__ARM_ARCH_6J__) \
6
     || defined(__ARM_ARCH_6K__) \
7
+    || defined(__ARM_ARCH_6KZ__) \
8
     || defined(__ARM_ARCH_6Z__) \
9
     || defined(__ARM_ARCH_6ZK__) \
10
     || defined(__ARM_ARCH_6T2__) \
3
@@ -336,7 +336,6 @@
11
@@ -336,7 +336,6 @@
4
 /* CPU(MIPS) - MIPS, any version */
12
 /* CPU(MIPS) - MIPS, any version */
5
 #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
13
 #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
(-)files/patch-src_corelib_arch_qatomic_arm.h (+10 lines)
Line 0 Link Here
1
--- src/corelib/arch/qatomic_arm.h.orig	2016-04-20 19:50:29 UTC
2
+++ src/corelib/arch/qatomic_arm.h
3
@@ -57,6 +57,7 @@ QT_END_INCLUDE_HEADER
4
     || defined(__ARM_ARCH_6T2__) \
5
     || defined(__ARM_ARCH_6Z__) \
6
     || defined(__ARM_ARCH_6K__) \
7
+    || defined(__ARM_ARCH_6KZ__) \
8
     || defined(__ARM_ARCH_6ZK__) \
9
     || defined(__ARM_ARCH_6M__) \
10
     || (defined(__TARGET_ARCH_ARM) && (__TARGET_ARCH_ARM-0 >= 6))

Return to bug 210027