You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crosstool-ng/patches/mpfr/2.4.1
Oron Peled b0f5a18c32 [complib:mpfr] Fix building MPFR in some weird cases
The tmul test uses a compiled-in input file in $(srcdir).
The problem is that the Makefile passes it unquoted. The C code
tries to stringify it using clever macros, which may *usually* work.

In my case the source directory was named:
  .../toolchain-powerpc-e500v2-linux-gnuspe-1.0-2.fc10/.../tests
And guess what? During testing I found out the program fails because
it tries to open:
  .../toolchain-powerpc-e500v2-1-gnuspe-1.0-2.fc10/.../tests

Yes, CPP tokenized the macro before stringifying it and not surprisingly
the 'linux' part was converted to 1.
[on Fedora-10: cpp (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)]

So the attached patch simplify the macros and pass the path as string
from the Makefile.
14 years ago
..
100-remainder-neg.patch Add MPFR-2.4.1. 15 years ago
110-assert.patch Add MPFR-2.4.1. 15 years ago
120-cast-to-void-ptr.patch Update the patchset for MPFR 2.4.1 from upstream. 15 years ago
130-vasprintf-mp_limb_t.patch Update the patchset for MPFR 2.4.1 from upstream. 15 years ago
140-zeta_ui-shift.patch Update the patchset for MPFR 2.4.1 from upstream. 15 years ago
150-test-tmul.patch [complib:mpfr] Fix building MPFR in some weird cases 14 years ago