From 5ad32e7f77154d96a11563ae92518e7f9511014b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 14 Jul 2016 17:51:46 +0200 Subject: 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 --- configure.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure.json') 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", { -- cgit v1.2.3