summaryrefslogtreecommitdiffstats
path: root/patches/qt-everywhere-opensource-src-4.8.7/0010-configure-handle-gcc-9.x.patch
blob: cebdfe00276100175274a362f8d3ab603185fc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Sat, 18 Apr 2020 10:52:34 +0200
Subject: [PATCH] configure: handle gcc 9.x

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index a8e6dc141eda..39c895b091f3 100755
--- a/configure
+++ b/configure
@@ -7734,7 +7734,7 @@ case "$XPLATFORM" in
     *-g++*)
 	# Check gcc's version
 	case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
-	    8*|7*|6*|5*|4*|3.4*)
+	    9*|8*|7*|6*|5*|4*|3.4*)
 		;;
             3.3*)
                 canBuildWebKit="no"