diff options
Diffstat (limited to 'Build/source/libs/mpfr/TLpatches')
-rw-r--r-- | Build/source/libs/mpfr/TLpatches/ChangeLog | 51 | ||||
-rw-r--r-- | Build/source/libs/mpfr/TLpatches/TL-Changes | 25 | ||||
-rw-r--r-- | Build/source/libs/mpfr/TLpatches/patch-01-TL | 12 |
3 files changed, 88 insertions, 0 deletions
diff --git a/Build/source/libs/mpfr/TLpatches/ChangeLog b/Build/source/libs/mpfr/TLpatches/ChangeLog new file mode 100644 index 00000000000..40610a8ec82 --- /dev/null +++ b/Build/source/libs/mpfr/TLpatches/ChangeLog @@ -0,0 +1,51 @@ +2020-07-12 Akira Kakuto <kakuto@w32tex.org> + + Imported mpfr-4.1.0 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2019-02-01 Akira Kakuto <kakuto@w32tex.org> + + Imported mpfr-4.0.2 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2018-02-10 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Imported mpfr-4.0.1 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2017-12-26 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Imported mpfr-4.0.0 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2017-09-08 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Imported mpfr-3.1.6 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2016-09-28 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Imported mpfr-3.1.5 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2016-03-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Imported mpfr-3.1.4 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2015-06-20 Peter Breitenlohner <peb@mppmu.mpg.de> + + Imported mpfr-3.1.3 source tree from: + http://ftp.gnu.org/gnu/mpfr/ + * patch-01-TL: Adapted. + +2014-05-23 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-01-TL (new): Modifications for the TeX Live build system. diff --git a/Build/source/libs/mpfr/TLpatches/TL-Changes b/Build/source/libs/mpfr/TLpatches/TL-Changes new file mode 100644 index 00000000000..88c1501ab1d --- /dev/null +++ b/Build/source/libs/mpfr/TLpatches/TL-Changes @@ -0,0 +1,25 @@ +Changes applied to the mpfr-4.1.0/ tree as obtained from: + http://ftp.gnu.org/gnu/mpfr/ + +Removed: + COPYING + COPYING.LESSER + Makefile.in + aclocal.m4 + ar-lib + compile + config.guess + config.sub + configure + depcomp + doc/ + examples/ + install-sh + ltmain.sh + m4/ + missing + src/Makefile.in + test-driver + tests/ + tools/ + tune/ diff --git a/Build/source/libs/mpfr/TLpatches/patch-01-TL b/Build/source/libs/mpfr/TLpatches/patch-01-TL new file mode 100644 index 00000000000..fe9a5c6a662 --- /dev/null +++ b/Build/source/libs/mpfr/TLpatches/patch-01-TL @@ -0,0 +1,12 @@ +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" |