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_)) |