~ubuntu-branches/ubuntu/trusty/qtscript-opensource-src/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/aarch64.patch

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-02-10 13:21:09 UTC
  • mfrom: (1.1.3) (0.1.6 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20140210132109-d9pc9a4hupbvs61u
Tags: 5.1.1+dfsg-2ubuntu1~really5.0.2+dfsg-3ubuntu1
* Revert to 5.0.2 as Qt 5.1 is not in Ubuntu yet
* Add aarch64.patch Add support for AArch64 to JavaScriptCore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Add support for AArch64 to JavaScriptCore.
2
2
Author: William Grant <wgrant@ubuntu.com>
3
3
 
4
 
Index: qtscript-opensource-src-5.1.1+dfsg/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
 
4
Index: qtscript-opensource-src-5.1.1+dfsg-2ubuntu1~really5.0.2+dfsg/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
5
5
===================================================================
6
 
--- qtscript-opensource-src-5.1.1+dfsg.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h   2013-10-23 13:18:57.000000000 +1100
7
 
+++ qtscript-opensource-src-5.1.1+dfsg/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h        2013-10-23 13:19:53.909433640 +1100
 
6
--- qtscript-opensource-src-5.1.1+dfsg-2ubuntu1~really5.0.2+dfsg.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-02-10 13:26:12.758011823 +0000
 
7
+++ qtscript-opensource-src-5.1.1+dfsg-2ubuntu1~really5.0.2+dfsg/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h      2014-02-10 13:26:12.746011822 +0000
8
8
@@ -337,7 +337,9 @@
9
9
 
10
10
 #endif /* ARM */
16
16
 
17
17
 /* ==== OS() - underlying operating system; only to be used for mandated low-level services like 
18
18
    virtual memory, not to choose a GUI toolkit ==== */
19
 
@@ -888,7 +890,7 @@
 
19
@@ -885,7 +887,7 @@
20
20
 #endif
21
21
 
22
22
 #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)