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.
16 lines
702 B
16 lines
702 B
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
|
|
}
|
|
}
|
|
|