projects
/
qtbase-opensource-src.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fc9c9
)
Modify configure.json to disable neon.
author
Peter Michael Green
<plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000
(22:55 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Sun, 17 Sep 2023 03:46:01 +0000
(
04:46
+0100)
Gbp-Pq: Name modify-configure.json-to-disable-neon.patch
configure.json
patch
|
blob
|
history
diff --git
a/configure.json
b/configure.json
index 4763ff645f07c89bb0f49b4a84d699befeba4707..e5a2239c066e262f48abc9b2b5d45b03153c1b34 100644
(file)
--- a/
configure.json
+++ b/
configure.json
@@
-1278,7
+1278,7
@@
},
"neon": {
"label": "NEON",
- "condition": "(arch.arm
|| arch.arm
64) && subarch.neon",
+ "condition": "(arch.arm64) && subarch.neon",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }