summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/TLpatches/patch-01-TL
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/TLpatches/patch-01-TL')
-rw-r--r--Build/source/libs/mpfr/TLpatches/patch-01-TL12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/libs/mpfr/TLpatches/patch-01-TL b/Build/source/libs/mpfr/TLpatches/patch-01-TL
deleted file mode 100644
index fe9a5c6a662..00000000000
--- a/Build/source/libs/mpfr/TLpatches/patch-01-TL
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur mpfr-4.1.0/src/mparam_h.in mpfr-src/src/mparam_h.in
---- mpfr-4.1.0/src/mparam_h.in Thu Jan 09 03:11:13 2020
-+++ mpfr-src/src/mparam_h.in Sun Jul 12 16:40:20 2020
-@@ -31,6 +31,8 @@
- /* Note: the different macros used here are those defined by gcc,
- for example with gcc -mtune=native -dM -E -xc /dev/null */
-
-+#elif 1 /* no processor specific optimization for TeX Live */
-+#define MPFR_TUNE_CASE "default"
- #elif (defined (__tune_core2__) || defined (__tune_nocona__)) && defined (__x86_64) /* 64-bit Core 2 or Xeon */
- #define MPFR_TUNE_CASE "src/x86_64/core2/mparam.h"
- #include "x86_64/core2/mparam.h"