You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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") {
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
8 years ago
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|