summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 17:51:46 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:28:11 +0000
commit5ad32e7f77154d96a11563ae92518e7f9511014b (patch)
treed8de8b5c801090c78a484a585d1636098b2c6b34 /configure.json
parentf914870e31127821226ea342570ee40f1f798e5e (diff)
make use_new_dtags a linux-only feature
it's the only OS with braindead "old" dtags in the first place. Change-Id: I0fba436ff3f9fc061c1741b1899ca133b8ad6b5e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index a83408d310..51843cbbb3 100644
--- a/configure.json
+++ b/configure.json
@@ -1211,7 +1211,7 @@
},
"enable_new_dtags": {
"description": "Using new DTAGS",
- "condition": "tests.enable_new_dtags",
+ "condition": "config.linux && tests.enable_new_dtags",
"output": [ "privateConfig" ]
},
"reduce_exports": {
@@ -2340,7 +2340,11 @@ Please apply the patch corresponding to your Standard Library vendor, found in
"args": "c++1z c++14 c++11"
},
"use_gold_linker",
- "enable_new_dtags",
+ {
+ "type": "feature",
+ "args": "enable_new_dtags",
+ "condition": "config.linux"
+ },
"precompile_header",
"ltcg",
{