summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-08-15 03:53:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-08-15 03:53:22 +0200
commit81d4481aded9890f39da862be1b594c04ac01279 (patch)
tree205384186f08b82ddaae47cb14b8dbd5f9800dfc
parentfcdfc207748f73857a41785c330d11c7c45eca5b (diff)
downloadqt3-81d4481aded9890f39da862be1b594c04ac01279.tar.gz
qt3-81d4481aded9890f39da862be1b594c04ac01279.zip
Update buildkey for GCC 6r14.0.4
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b099185b9090e30504ef614f3eb0c899ad711fb0)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2356cdd..e4cab92 100755
--- a/configure
+++ b/configure
@@ -2818,7 +2818,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 5.*|4.*)
+ 6.*|5.*|4.*)
COMPILER_VERSION="4.*"
;;
*)