summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:30:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:30:49 +0200
commit58a2e9080d690b928a2bee0291b24f187434476c (patch)
treed89fd340526a1b7bb4822e19d6ebd31aa4019fd0
parent18b51883589272c330de7ff1332284bab0806d76 (diff)
downloadqt3-58a2e9080d690b928a2bee0291b24f187434476c.tar.gz
qt3-58a2e9080d690b928a2bee0291b24f187434476c.zip
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 58b25d4341e84c0bf06572e8b37e433fe3924b1f)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1896713..182145a 100755
--- a/configure
+++ b/configure
@@ -2797,7 +2797,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 7.*|6.*|5.*|4.*)
+ [7-8]|[4-6].*)
COMPILER_VERSION="4.*"
;;
*)