summaryrefslogtreecommitdiffstats
path: root/package/libarchive/0001-Do-something-sensible-for-empty-strings-to-make-fuzz.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-08 09:35:07 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-08 11:18:19 +0200
commit95389fe98c882f70cbbd25dc1c7ea1480991acef (patch)
tree10456bc1eba1137386aeee3539fc5670b5ef000b /package/libarchive/0001-Do-something-sensible-for-empty-strings-to-make-fuzz.patch
parentf77fb7b585b76b9c544b21fc3bf080660a54cb7b (diff)
downloadbuildroot-95389fe98c882f70cbbd25dc1c7ea1480991acef.tar.gz
buildroot-95389fe98c882f70cbbd25dc1c7ea1480991acef.zip
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>
Diffstat (limited to 'package/libarchive/0001-Do-something-sensible-for-empty-strings-to-make-fuzz.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud