crosstool-ng/patches
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.
2009-08-03 00:49:25 +02:00
..
binutils Add binutils-2.19.1 patchset, propagated from the 2.19 patchset. 2009-03-08 11:14:03 +00:00
cygwin/1.5.15-1 Third go at renaming patches to contain neither the package name nor the package version. 2008-07-28 21:08:01 +00:00
dmalloc/5.5.2 Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
duma [debug-duma] Add latest versions 2009-08-02 23:33:36 +02:00
eglibc [libc-eglibc] Add latest version 2009-08-02 23:33:37 +02:00
ELFkickers/2.0a Add the first tool facility: sstrip. 2007-06-01 17:00:43 +00:00
gcc /devel/gcc-4.4: 2009-05-27 21:16:01 +00:00
gdb Fix gdb bug reported by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>: 2009-05-19 16:05:36 +00:00
glibc /devel/gcc-4.4: 2009-06-01 09:23:23 +00:00
gmp [comp-lib-gmp] Add latest versions 2009-08-02 23:33:37 +02:00
libelf [tools-libelf] Add latest version. 2009-08-02 23:33:37 +02:00
ltrace [debug-ltrace] Add latest version. 2009-08-02 23:33:36 +02:00
mpfr [complib:mpfr] Fix building MPFR in some weird cases 2009-08-03 00:49:25 +02:00
strace /devel/gcc-4.4: 2009-06-01 13:31:12 +00:00
uClibc Add three new uClibc-0.9.30.1, vampirised from buildroot. 2009-03-31 06:39:03 +00:00