summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-02-23 09:27:52 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-02-23 09:27:52 +0100
commitefb46ea7ccf6fe8f89a8228bb5afe34c51901824 (patch)
treeea83ffeb690c735cbf2a9508e56a20ce2378fcc9 /configure.json
parentcdc30acbdebdfb185df0a871537dd22411eae4f4 (diff)
parent5cfd5fd9d7ece7e1eb3c4d2be8ec342b376acf38 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json24
1 files changed, 4 insertions, 20 deletions
diff --git a/configure.json b/configure.json
index e6d054d64a..62cebbe8c1 100644
--- a/configure.json
+++ b/configure.json
@@ -214,8 +214,7 @@
"compile": [ "verifyspec" ],
"detectPkgConfig": [ "cross_compile", "machineTuple" ],
"library": [ "pkg-config" ],
- "getPkgConfigVariable": [ "pkg-config" ],
- "subarch": [ "architecture" ]
+ "getPkgConfigVariable": [ "pkg-config" ]
},
"testTypeAliases": {
@@ -451,21 +450,6 @@
"type": "x86SimdAlways",
"test": "x86_simd"
},
- "mips_dsp": {
- "label": "MIPS DSP instructions",
- "type": "subarch",
- "subarch": "dsp"
- },
- "mips_dspr2": {
- "label": "MIPS DSPr2 instructions",
- "type": "subarch",
- "subarch": "dspr2"
- },
- "neon": {
- "label": "NEON instructions",
- "type": "subarch",
- "subarch": "neon"
- },
"posix_fallocate": {
"label": "POSIX fallocate()",
"type": "compile",
@@ -1015,7 +999,7 @@
},
"mips_dsp": {
"label": "DSP",
- "condition": "arch.mips && tests.mips_dsp",
+ "condition": "arch.mips && subarch.dsp",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_MIPS_DSP", "value": 1 }
@@ -1023,7 +1007,7 @@
},
"mips_dspr2": {
"label": "DSPr2",
- "condition": "arch.mips && tests.mips_dspr2",
+ "condition": "arch.mips && subarch.dspr2",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_MIPS_DSPR2", "value": 1 }
@@ -1031,7 +1015,7 @@
},
"neon": {
"label": "NEON",
- "condition": "(arch.arm || arch.arm64) && tests.neon",
+ "condition": "(arch.arm || arch.arm64) && subarch.neon",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }