diff options
author | Oron Peled <oron@actcom.co.il> | 2009-08-03 00:49:25 +0200 |
---|---|---|
committer | Oron Peled <oron@actcom.co.il> | 2009-08-03 00:49:25 +0200 |
commit | fccc3ab4c0b28112de5bf7cfb05dd50f1509dbf8 (patch) | |
tree | 86cb876ce5d56bcfde6d247e3d663ecd5edb4a1b /patches/gdb/6.8/100-dwarf-stack-overflow.patch | |
parent | 803599b4bd277987d49cd632b7648cfabb5ec2bf (diff) | |
download | crosstool-ng-fccc3ab4c0b28112de5bf7cfb05dd50f1509dbf8.tar.gz crosstool-ng-fccc3ab4c0b28112de5bf7cfb05dd50f1509dbf8.tar.bz2 crosstool-ng-fccc3ab4c0b28112de5bf7cfb05dd50f1509dbf8.zip |
[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.
Manually backported from 1449:8ad2773e7ae3
Diffstat (limited to 'patches/gdb/6.8/100-dwarf-stack-overflow.patch')
0 files changed, 0 insertions, 0 deletions