From 03a59d1bb80d61902417f835629054086a13cff8 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Fri, 30 Dec 2016 13:45:30 +0200 Subject: Add support for building for INTEGRITY using GHS toolchain Initial support for INTEGRITY to build QtBase Change-Id: I18f36b4dea9107f01e1c281e4b62880590c777a1 Reviewed-by: Tuukka Turunen Reviewed-by: Nikola Velinov Reviewed-by: Risto Avila Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 51eab72df2..70b406b6a7 100644 --- a/configure.json +++ b/configure.json @@ -481,7 +481,7 @@ }, "use_gold_linker": { "label": "Using gold linker", - "condition": "!config.msvc && tests.use_gold_linker", + "condition": "!config.msvc && !config.integrity && tests.use_gold_linker", "output": [ "privateConfig", "useGoldLinker" ] }, "architecture": { -- cgit v1.2.3