From b6bf2a33f4c33a212da7b58a049b3b5b20b3f327 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 7 Feb 2017 13:45:20 -0800 Subject: Remove outdated check for Apple Clang 2.x and 3.x The minimum version of Xcode that we support is 5.1 (based on Clang 3.4) Change-Id: I536c32a88bff44dab37afffd14a11f709fb25169 Reviewed-by: Jake Petroules --- configure.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 9a9645a23a..c69c2ac0f8 100644 --- a/configure.json +++ b/configure.json @@ -314,10 +314,6 @@ "type": "compile", "test": "common/avx" }, - "avx_apple_clang": { - "label": "bugfree AVX support in compiler", - "type": "avx_test_apple_clang" - }, "avx2": { "label": "AVX2 instructions", "type": "compile", @@ -751,7 +747,7 @@ }, "avx": { "label": "AVX", - "condition": "features.sse4_2 && tests.avx && tests.avx_apple_clang", + "condition": "features.sse4_2 && tests.avx", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_AVX", "value": 1 } -- cgit v1.2.3