mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26: In file included from ./Source/JavaScriptCore/config.h:30: ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ <inline asm>:149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 213961 216147 Submitted by: mikael.urankar@gmail.com
12 lines
413 B
C
12 lines
413 B
C
This patch reportedly fixes build for ARM. See PR 208569
|
|
|
|
--- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC
|
|
+++ Source/WTF/wtf/Platform.h
|
|
@@ -218,6 +218,7 @@
|
|
#elif defined(__ARM_ARCH_6__) \
|
|
|| defined(__ARM_ARCH_6J__) \
|
|
|| defined(__ARM_ARCH_6K__) \
|
|
+ || defined(__ARM_ARCH_6KZ__) \
|
|
|| defined(__ARM_ARCH_6Z__) \
|
|
|| defined(__ARM_ARCH_6ZK__) \
|
|
|| defined(__ARM_ARCH_6T2__) \
|