[SCM] qt5webkit packaging branch, experimental, updated. debian/5.212.0_alpha2-1-6-g5debd0d

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 16 19:21:50 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=5debd0d

The following commit has been merged in the experimental branch:
commit 5debd0d17091e1ba63fa027ff64a7536cfaaba3e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 16 20:41:56 2017 +0300

    Build with -mfp32 on mips/mipsel, as LLInt uses odd float registers.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d0eaf89..86c2803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-2) UNRELEASED; urgency=medium
   * Use -g1 on less powerful architectures instead of no debug at all.
   * Disable JIT on sh4, it is broken and support was removed upstream.
   * Backport upstream patch to add libatomic detection, fixes armel build.
+  * Build with -mfp32 on mips/mipsel, as LLInt uses odd float registers.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 13 Sep 2017 18:44:14 +0300
 
diff --git a/debian/rules b/debian/rules
index 53e71da..acd2533 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,11 @@ ifeq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64 ppc64el s390x))
 	export DEB_CXXFLAGS_MAINT_APPEND = -g1
 endif
 
+# See https://github.com/annulen/webkit/issues/626
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),mips mipsel))
+	export DEB_CXXFLAGS_MAINT_APPEND = -mfp32
+endif
+
 # JIT is only supported on x86 / armhf / aarch64 / mips32
 ifeq (,$(filter $(DEB_HOST_ARCH_CPU),amd64 arm64 armhf i386 mips mipsel))
 	EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list