FreeBSD Bugzilla – Attachment 171650 Details for
Bug 210027
devel/qt4-script: ARM Architecture not supported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 patch
devel_qt4-script.patch (text/plain), 3.10 KB, created by
Mikael Urankar
on 2016-06-21 15:34:03 UTC
(
hide
)
Description:
armv6 patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2016-06-21 15:34:03 UTC
Size:
3.10 KB
patch
obsolete
>Index: files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h >=================================================================== >--- files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (nonexistent) >+++ files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (working copy) >@@ -0,0 +1,10 @@ >+--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h.orig 2016-04-20 19:52:54 UTC >++++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h >+@@ -279,6 +279,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_webkit_Source_JavaScriptCore_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 >Index: files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h >=================================================================== >--- files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h (revision 412802) >+++ files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h (working copy) >@@ -1,5 +1,13 @@ > --- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig 2014-04-10 22:37:12.000000000 +0400 > +++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-12-20 07:17:24.000000000 +0300 >+@@ -254,6 +254,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__) \ > @@ -336,7 +336,6 @@ > /* CPU(MIPS) - MIPS, any version */ > #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) >Index: files/patch-src_corelib_arch_qatomic_arm.h >=================================================================== >--- files/patch-src_corelib_arch_qatomic_arm.h (nonexistent) >+++ files/patch-src_corelib_arch_qatomic_arm.h (working copy) >@@ -0,0 +1,10 @@ >+--- src/corelib/arch/qatomic_arm.h.orig 2016-04-20 19:50:29 UTC >++++ src/corelib/arch/qatomic_arm.h >+@@ -57,6 +57,7 @@ QT_END_INCLUDE_HEADER >+ || defined(__ARM_ARCH_6T2__) \ >+ || defined(__ARM_ARCH_6Z__) \ >+ || defined(__ARM_ARCH_6K__) \ >++ || defined(__ARM_ARCH_6KZ__) \ >+ || defined(__ARM_ARCH_6ZK__) \ >+ || defined(__ARM_ARCH_6M__) \ >+ || (defined(__TARGET_ARCH_ARM) && (__TARGET_ARCH_ARM-0 >= 6)) > >Property changes on: files/patch-src_corelib_arch_qatomic_arm.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 210027
:
171015
|
171650
|
171651
|
178963
|
183121