diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-08-28 11:36:25 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-08-28 11:36:25 +0300 |
commit | ddfea9db154d3626965a4e32581d9866ee653298 (patch) | |
tree | 97812d3ad91344bd4ee6d4e010311b876d42d125 /debian/changelog | |
parent | 00f6e25ef26ed1e5af48a8a5e740ce322728ab99 (diff) | |
download | qt5webkit-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
...
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 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 |