summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-08-28 11:36:25 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-08-28 11:36:25 +0300
commitddfea9db154d3626965a4e32581d9866ee653298 (patch)
tree97812d3ad91344bd4ee6d4e010311b876d42d125
parent00f6e25ef26ed1e5af48a8a5e740ce322728ab99 (diff)
downloadqt5webkit-ddfea9db154d3626965a4e32581d9866ee653298.tar.gz
Remove i386 from gstabs_architectures.
Otherwise I get this: /tmp/ccC9ZZQi.s: Assembler messages: /tmp/ccC9ZZQi.s:2188: Warning: .stabn: description field '2a241' too big, try a different debug format /tmp/ccC9ZZQi.s:2202: Warning: .stabn: description field '2a23a' too big, try a different debug format ...
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a198bd8..a30f604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Update libqt5webkit5.symbols from the current ppc64el build log.
* Add a patch to properly detect whether OpenGL ES 2 should be used.
* Disable the use of gold linker (causes problems at least on i386).
+ * Remove i386 from gstabs_architectures, add ppc64el.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/rules b/debian/rules
index a607b19..4ec8759 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-gstabs_architectures := amd64 i386 powerpc ppc64el s390x
+gstabs_architectures := amd64 powerpc ppc64el s390x
export DEB_CXXFLAGS_MAINT_STRIP = -g