summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-02-07 13:45:20 -0800
committerThiago Macieira <thiago.macieira@intel.com>2017-02-08 05:28:01 +0000
commitb6bf2a33f4c33a212da7b58a049b3b5b20b3f327 (patch)
tree1dfea42a30e69a011bfdd2d34e8d29dd1d74581f /configure.json
parent8798d03e7ef917ae345a673da9abfee4f0a65795 (diff)
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 <jake.petroules@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json6
1 files changed, 1 insertions, 5 deletions
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 }