diff options
author | Slávek Banko <[email protected]> | 2020-08-23 00:52:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-23 00:53:27 +0200 |
commit | 5f6511d785af73e8eb111441f802ca4d976a4e99 (patch) | |
tree | 9734da85ceee7fa83870170aabbceaa3620e2cb3 | |
parent | 3b9daf47f5d90aea358a14639c2913e7b5a77245 (diff) | |
download | tqt3-5f6511d785af73e8eb111441f802ca4d976a4e99.tar.gz tqt3-5f6511d785af73e8eb111441f802ca4d976a4e99.zip |
Update buildkey for >= GCC 9.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1335b2013b3b58621399874e0eea17bcd00b8d3f)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2828,7 +2828,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - [7-8]|[4-6].*) + [1-9][0-9]|[7-9]|[4-6].*) COMPILER_VERSION="4.*" ;; *) |