kumquat-buildroot/package/qt
Thomas Petazzoni 95389fe98c qt: add patch fixing build failure on ARMv8 in 32-bit mode
The Qt package currently fails to build on ARMv8 cores in 32-bit mode
(for example, if you select ARM and then Cortex-A53), because the ARM
atomic operation implementation in Qt checks if we're on ARMv7, then
on ARMv6, and otherwise falls back to an ARMv5 implementation. The
latter uses the swp instruction, which doesn't exist on ARMv8, causing
a build failure.

To solve this, we simply add a patch that uses the ARMv7 atomic
operations for ARMv8-A.

There is no autobuilder reference because we don't have any ARMv8
32-bit configuration in the autobuilders.

Cc: <ivychend@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-09-08 11:18:19 +02:00
..
0001-alsatest-fix-the-check-to-treat-alsalib-1.1.x-as-correct.patch
0002-configure.patch
0003-eglwsegl-use-system.patch
0004-fix-const-atomics.patch
0005-pthread_getattr_np.patch
0006-script-qtdbus-no-gui.patch
0007-Add-initial-support-of-ARC-architecture.patch
0008-Prevent-unaligned-access-on-ARC.patch
0009-Fix-conversion-constructor-error-for-legacy-c-compil.patch
0010-Fix-for-platform-socklen_t-on-other-C-libraries-than.patch
0011-Link-with-ldl-option-only-when-it-is-supported.patch
0012-OpenGL-EGL-Avoid-X11-header-collision.patch
0013-src-corelib-arch-qatomic_arm.h-fix-build-on-ARMv8-32.patch
Config.gfx.in
Config.in
Config.keyboard.in
Config.mouse.in
Config.sql.in
powervr.ini
qt.hash
qt.mk