[Git][java-team/openjfx][master] 2 commits: Enable the WebKit JIT on arm64
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Apr 13 18:11:41 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / openjfx
Commits:
660e0c01 by Emmanuel Bourg at 2020-04-13T19:10:02+02:00
Enable the WebKit JIT on arm64
- - - - -
d1e24916 by Emmanuel Bourg at 2020-04-13T19:10:14+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/patches/07-disable-assembler-on-unsupported-archs.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-openjfx (11.0.7+0-2) UNRELEASED; urgency=medium
+openjfx (11.0.7+0-2) unstable; urgency=medium
* Disable the Gradle version check when building only the arch all package
(Closes: #956585)
+ * Enable the WebKit JIT on arm64
- -- Emmanuel Bourg <ebourg at apache.org> Mon, 13 Apr 2020 18:49:23 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 13 Apr 2020 19:10:07 +0200
openjfx (11.0.7+0-1) unstable; urgency=medium
=====================================
debian/patches/07-disable-assembler-on-unsupported-archs.patch
=====================================
@@ -7,7 +7,7 @@ Forwarded: no
#endif
#endif
-+#if !CPU(ARM_THUMB2) && !CPU(ARM_TRADITIONAL) && !CPU(X86) && !CPU(X86_64) && !CPU(SH4)
++#if !CPU(ARM_THUMB2) && !CPU(ARM_TRADITIONAL) && !CPU(X86) && !CPU(X86_64) && !CPU(SH4) && !CPU(ARM64)
+#define ENABLE_ASSEMBLER 0
+#define ENABLE_JIT 0
+#define ENABLE_YARR_JIT 0
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/4eea096659d3b386ad8ded4b28e73ad09e7a6c7d...d1e249167f1595e68068833e39cc379ca990f14a
--
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/4eea096659d3b386ad8ded4b28e73ad09e7a6c7d...d1e249167f1595e68068833e39cc379ca990f14a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200413/b4927b08/attachment.html>
More information about the pkg-java-commits
mailing list