[openjfx] 06/07: Disabled assembler in WebKit on mips

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 19 16:02:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjfx.

commit 1560b27a4ebd731112211ea1bd61a25e1198d403
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Apr 19 17:31:43 2017 +0200

    Disabled assembler in WebKit on mips
---
 debian/changelog                                               | 1 +
 debian/patches/07-disable-assembler-on-unsupported-archs.patch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index daae104..896adff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ openjfx (8u131-b11-2) UNRELEASED; urgency=medium
   * Team upload.
   * Make a Release instead of a Debug build
   * Disabled the sampling profiler in WebKit (fails to build on arm64)
+  * Disabled assembler in WebKit on mips
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 19 Apr 2017 15:03:12 +0200
 
diff --git a/debian/patches/07-disable-assembler-on-unsupported-archs.patch b/debian/patches/07-disable-assembler-on-unsupported-archs.patch
index b3892b8..5a83289 100644
--- a/debian/patches/07-disable-assembler-on-unsupported-archs.patch
+++ b/debian/patches/07-disable-assembler-on-unsupported-archs.patch
@@ -7,7 +7,7 @@ Forwarded: no
  #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
  #endif
  
-+#if !CPU(ARM_THUMB2) && !CPU(ARM_TRADITIONAL) && !CPU(MIPS) && !CPU(X86) && !CPU(X86_64) && !CPU(SH4)
++#if !CPU(ARM_THUMB2) && !CPU(ARM_TRADITIONAL) && !CPU(X86) && !CPU(X86_64) && !CPU(SH4)
 +#define ENABLE_ASSEMBLER 0
 +#define ENABLE_JIT 0
 +#define ENABLE_YARR_JIT 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git



More information about the pkg-java-commits mailing list