summaryrefslogtreecommitdiff
path: root/pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-07-13 14:27:13 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2017-07-13 14:27:13 -0500
commitcd87cad8f7dbdfccccd9576aec79c5906dfc470e (patch)
treee1163ace72d476daf3aa8596b8354052ca418aa2 /pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch
parent13e78a9e656cd310814570e64ce0855cc1276c4b (diff)
downloadabslibre-cd87cad8f7dbdfccccd9576aec79c5906dfc470e.tar.gz
abslibre-cd87cad8f7dbdfccccd9576aec79c5906dfc470e.tar.bz2
abslibre-cd87cad8f7dbdfccccd9576aec79c5906dfc470e.zip
qt5-webkit-og: add package to pcr
this provides qt5-webkit in armv7h
Diffstat (limited to 'pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch')
-rw-r--r--pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch b/pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch
new file mode 100644
index 000000000..73f5c97f8
--- /dev/null
+++ b/pcr/qt5-webkit-og/0001-Add-ARM-64-support.patch
@@ -0,0 +1,13 @@
+diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
+index 4594ec8..639f28f 100644
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -342,7 +342,7 @@
+ #endif
+ #endif
+
+-#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC) || CPU(MIPS64)
++#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC) || CPU(MIPS64) || CPU(AARCH64)
+ #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
+ #endif
+