summarylogtreecommitdiffstats
path: root/disable-version-check.patch
diff options
context:
space:
mode:
authorMartchus2019-09-18 18:03:08 +0200
committerMartchus2019-09-18 18:03:08 +0200
commitcd002f9439786876e6660dc379694c4999c56d2a (patch)
treece79dd7781a8c93743c57accd75fafb5998ec960 /disable-version-check.patch
parent1440e365231eabc9eaf0aff68286ab2db2fccb69 (diff)
downloadaur-cd002f9439786876e6660dc379694c4999c56d2a.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