summarylogtreecommitdiffstats
path: root/disable-version-check.patch
blob: 3469b005b9d2c717ea06c312e5bca4a1bb42e847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- a/tools/build/src/tools/common.jam	2019-09-18 16:03:02.035995695 +0200
+++ b/tools/build/src/tools/common.jam	2019-09-18 16:03:36.386156355 +0200
@@ -974,16 +974,16 @@
     }
 
     # From GCC 5, versioning changes and minor becomes patch
-    if $(tag) = gcc && [ numbers.less 4 $(version[1]) ]
-    {
-        version = $(version[1]) ;
-    }
+    #if $(tag) = gcc && [ numbers.less 4 $(version[1]) ]
+    #{
+    #    version = $(version[1]) ;
+    #}
 
     # Ditto, from Clang 4
-    if ( $(tag) = clang || $(tag) = clangw ) && [ numbers.less 3 $(version[1]) ]
-    {
-        version = $(version[1]) ;
-    }
+    #if ( $(tag) = clang || $(tag) = clangw ) && [ numbers.less 3 $(version[1]) ]
+    #{
+    #    version = $(version[1]) ;
+    #}
 
     # On intel, version is not added, because it does not matter and it is the
     # version of vc used as backend that matters. Ideally, we should encode the