FreeBSD Bugzilla – Attachment 179540 Details for
Bug 216735
lang/qt5-qml: fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
lang_qt5-qml.patch (text/plain), 3.14 KB, created by
Mikael Urankar
on 2017-02-02 18:02:01 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2017-02-02 18:02:01 UTC
Size:
3.14 KB
patch
obsolete
>Index: files/patch-src_3rdparty_masm_assembler_ARMAssembler.h >=================================================================== >--- files/patch-src_3rdparty_masm_assembler_ARMAssembler.h (nonexistent) >+++ files/patch-src_3rdparty_masm_assembler_ARMAssembler.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/3rdparty/masm/assembler/ARMAssembler.h.orig 2017-02-02 10:26:18 UTC >++++ src/3rdparty/masm/assembler/ARMAssembler.h >+@@ -1069,6 +1069,8 @@ namespace JSC { >+ UNUSED_PARAM(size); >+ #elif OS(QNX) >+ msync(code, size, MS_INVALIDATE_ICACHE); >++#elif OS(FREEBSD) && COMPILER(CLANG) >++ __clear_cache(code, reinterpret_cast<char*>(code) + size); >+ #else >+ #error "The cacheFlush support is missing on this platform." >+ #endif > >Property changes on: files/patch-src_3rdparty_masm_assembler_ARMAssembler.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h >=================================================================== >--- files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h (nonexistent) >+++ files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/3rdparty/masm/assembler/ARMv7Assembler.h.orig 2016-09-12 04:21:49 UTC >++++ src/3rdparty/masm/assembler/ARMv7Assembler.h >+@@ -2311,6 +2311,8 @@ public: >+ UNUSED_PARAM(code); >+ UNUSED_PARAM(size); >+ #endif >++#elif OS(FREEBSD) && COMPILER(CLANG) >++ __clear_cache(code, reinterpret_cast<char*>(code) + size); >+ #else >+ #error "The cacheFlush support is missing on this platform." >+ #endif > >Property changes on: files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_3rdparty_masm_wtf_Platform.h >=================================================================== >--- files/patch-src_3rdparty_masm_wtf_Platform.h (nonexistent) >+++ files/patch-src_3rdparty_masm_wtf_Platform.h (working copy) >@@ -0,0 +1,10 @@ >+--- src/3rdparty/masm/wtf/Platform.h.orig 2017-02-02 09:31:51 UTC >++++ src/3rdparty/masm/wtf/Platform.h >+@@ -211,6 +211,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__) \ > >Property changes on: files/patch-src_3rdparty_masm_wtf_Platform.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216735
: 179540