18 lines
442 B
Diff
18 lines
442 B
Diff
|
Link:
|
||
|
Subject: adding gcc-9 in configuration
|
||
|
Bug:
|
||
|
Tags: common
|
||
|
|
||
|
diff -Naur orig/configure new/configure
|
||
|
--- orig/configure 2021-05-06 15:09:11.512153039 +0300
|
||
|
+++ new/configure 2021-05-06 15:09:36.688642027 +0300
|
||
|
@@ -7734,7 +7734,7 @@
|
||
|
*-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"
|