summarylogtreecommitdiffstats
path: root/disable-version-check.patch
diff options
context:
space:
mode:
authorMartchus2019-09-18 18:03:10 +0200
committerMartchus2019-09-18 18:03:10 +0200
commit3ae9bd9f3f2a1708a62f79ce3e5f5119d97954af (patch)
tree48b27e4e7035284b709b542cfa705eebbdd1978f /disable-version-check.patch
downloadaur-3ae9bd9f3f2a1708a62f79ce3e5f5119d97954af.tar.gz
Update to 1.71.0
Diffstat (limited to 'disable-version-check.patch')
-rw-r--r--disable-version-check.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/disable-version-check.patch b/disable-version-check.patch
new file mode 100644
index 000000000000..3469b005b9d2
--- /dev/null
+++ b/disable-version-check.patch
@@ -0,0 +1,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