summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-08-15 03:53:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-08-15 03:53:33 +0200
commite76c4b8997852e7f4bbb92ba057a9af463750082 (patch)
treea928a507b031285e9b4c3d3a33897b6522fd0126
parent88acd250826f27e4542db674d42b87cf3de6053d (diff)
downloadtqt3-e76c4b8997852e7f4bbb92ba057a9af463750082.tar.gz
tqt3-e76c4b8997852e7f4bbb92ba057a9af463750082.zip
Update buildkey for GCC 6r14.0.4
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c56533c917c902eb5595761986f11edf1214fecb)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f22cbf97..7a201449 100755
--- a/configure
+++ b/configure
@@ -2818,7 +2818,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 5.*|4.*)
+ 6.*|5.*|4.*)
COMPILER_VERSION="4.*"
;;
*)