summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.22.5.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb
index 2e79f739ea..e3579e472b 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb
@@ -69,6 +69,13 @@ EXTRA_OECMAKE = " \
69EXTRA_OECMAKE_append_x86 = " -DUSE_GSTREAMER_GL=OFF " 69EXTRA_OECMAKE_append_x86 = " -DUSE_GSTREAMER_GL=OFF "
70EXTRA_OECMAKE_append_x86-x32 = " -DUSE_GSTREAMER_GL=OFF " 70EXTRA_OECMAKE_append_x86-x32 = " -DUSE_GSTREAMER_GL=OFF "
71 71
72# Javascript JIT is not supported on ARC
73EXTRA_OECMAKE_append_arc = " -DENABLE_JIT=OFF "
74# By default 25-bit "medium" calls are used on ARC
75# which is not enough for binaries larger than 32 MiB
76CFLAGS_append_arc = " -mlong-calls"
77CXXFLAGS_append_arc = " -mlong-calls"
78
72# Javascript JIT is not supported on powerpc 79# Javascript JIT is not supported on powerpc
73EXTRA_OECMAKE_append_powerpc = " -DENABLE_JIT=OFF " 80EXTRA_OECMAKE_append_powerpc = " -DENABLE_JIT=OFF "
74EXTRA_OECMAKE_append_powerpc64 = " -DENABLE_JIT=OFF " 81EXTRA_OECMAKE_append_powerpc64 = " -DENABLE_JIT=OFF "