diff options
author | Michal Klocek <michal.klocek@qt.io> | 2022-05-25 08:00:18 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@qt.io> | 2022-06-22 18:41:23 +0000 |
commit | dc9eea202dd6ed8128ba795c22ecf42e538ef128 (patch) | |
tree | 3be02797143a84ddef6b55d338a055f08c8c4e81 /chromium/third_party/libxml/src/xpath.c | |
parent | d48470f9f9fe21b2477e007b81ebcbbcdd6b9b09 (diff) | |
download | qtwebengine-chromium-90-based.tar.gz |
Fix broken bundled zlib for cross compilation90-based
Bundled zlib when cross compiling with neon support
assumes armv8 and requires built-in intrinsics for the
ARMv8-A CRC32. However qt supports armv7 with neon support,
which will end up in false armv8 outcome architecture for
final library and will end up in unusable binaries for
armv7 platform.
Disable neon optimization for crc32, we should use
system zlib anyway which is fixed in other patches.
Task-number: QTBUG-103149
Change-Id: Ibfb5caa67cfea53b4c6a1bc1ed4948816c05ca38
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
(cherry picked from commit 88398c89a7b34606120ff919f873cb59ce3bcf2f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'chromium/third_party/libxml/src/xpath.c')
0 files changed, 0 insertions, 0 deletions