summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-08-23 00:52:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-02-02 02:02:18 +0100
commit91813556308d3137b639eeb1fc054813d78ade03 (patch)
tree79f06327436566825f07b9e6815369174fb082da
parent84ea074d71e3b4e7932fd0e9493c6896ee8e191f (diff)
downloadqt3-91813556308d3137b639eeb1fc054813d78ade03.tar.gz
qt3-91813556308d3137b639eeb1fc054813d78ade03.zip
Update buildkey for >= GCC 9.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 511e8c772037d12eb143c7182e686a8185e27f06)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d6be553..057b26a 100755
--- a/configure
+++ b/configure
@@ -2807,7 +2807,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- [7-8]|[4-6].*)
+ [1-9][0-9]|[7-9]|[4-6].*)
COMPILER_VERSION="4.*"
;;
*)