View | Details | Raw Unified | Return to bug 207275
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 55-60 Link Here
55
55
56
.include <bsd.port.options.mk>
56
.include <bsd.port.options.mk>
57
57
58
.if ${ARCH} == armv6
59
CMAKE_ARGS+=	-DENABLE_JIT:BOOL=OFF
60
.endif
61
58
.if ${ARCH} == powerpc64
62
.if ${ARCH} == powerpc64
59
CFLAGS+=	-mminimal-toc
63
CFLAGS+=	-mminimal-toc
60
.endif
64
.endif
(-)files/patch-Source_WTF_wtf_Platform.h (+18 lines)
Line 0 Link Here
1
--- Source/WTF/wtf/Platform.h.orig	2016-07-20 UTC
2
+++ Source/WTF/wtf/Platform.h
3
@@ -218,6 +218,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__) \
11
@@ -264,6 +265,7 @@
12
 
13
 #elif defined(__ARM_ARCH_6J__) \
14
     || defined(__ARM_ARCH_6K__) \
15
+    || defined(__ARM_ARCH_6KZ__) \
16
     || defined(__ARM_ARCH_6Z__) \
17
     || defined(__ARM_ARCH_6ZK__) \
18
     || defined(__ARM_ARCH_6M__)
(-)files/patch-Source_bmalloc_bmalloc_BPlatform.h (+10 lines)
Line 0 Link Here
1
--- Source/bmalloc/bmalloc/BPlatform.h.orig	2016-05-06 11:07:30 UTC
2
+++ Source/bmalloc/bmalloc/BPlatform.h
3
@@ -100,6 +100,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__) \

Return to bug 207275