configure.json: Do not test for gold linker on Windows

MinGW 6.3 ships a gold linker that pops up a crash dialog
while running configure tests.

Change-Id: Ib25e30df664779e1ecced0ae37fa1e73e98f95ea
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
Friedemann Kleint 2017-05-17 15:43:36 +02:00
parent 1fb85458fc
commit 96120d7587

View File

@ -490,7 +490,7 @@
},
"use_gold_linker": {
"label": "Using gold linker",
"condition": "!config.msvc && !config.integrity && tests.use_gold_linker",
"condition": "!config.win32 && !config.integrity && tests.use_gold_linker",
"output": [ "privateConfig", "useGoldLinker" ]
},
"optimize_debug": {