1 Star 0 Fork 21

wk333 / qt5-qtwebengine

forked from src-openEuler / qt5-qtwebengine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qtwebengine-opensource-src-5.9.0-no-neon.patch 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
peijiankang 提交于 2022-12-16 16:04 . update upstream version to 5.15.10
diff --git a/src/buildtools/config/linux.pri b/src/buildtools/config/linux.pri
index f45c418fe..f6c7b714e 100644
--- a/src/buildtools/config/linux.pri
+++ b/src/buildtools/config/linux.pri
@@ -87,7 +87,9 @@ contains(QT_ARCH, "arm") {
gn_args += arm_use_neon=false
# If the toolchain does not explicitly specify to use NEON instructions
# we use arm_neon_optional for ARMv7
- equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
+ # Disable NEON entirely for now, if set in the specfile, e.g., to
+ # work around some build failure.
+ # equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
}
}
1
https://gitee.com/wk333/qt5-qtwebengine.git
git@gitee.com:wk333/qt5-qtwebengine.git
wk333
qt5-qtwebengine
qt5-qtwebengine
master

搜索帮助