diff options
author | Slávek Banko <[email protected]> | 2018-05-12 19:30:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-05-12 19:30:40 +0200 |
commit | 00a3d99a0711878cdefc168c180fdaa7466a7221 (patch) | |
tree | 43740b03e9aa426119060d5691582639c58df1c8 /configure | |
parent | 7b580ac8d083d50d7d572740569b1488d6f533a4 (diff) | |
download | qt3-00a3d99a0711878cdefc168c180fdaa7466a7221.tar.gz qt3-00a3d99a0711878cdefc168c180fdaa7466a7221.zip |
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 58b25d4341e84c0bf06572e8b37e433fe3924b1f)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2818,7 +2818,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - 7.*|6.*|5.*|4.*) + [7-8]|[4-6].*) COMPILER_VERSION="4.*" ;; *) |