aboutsummaryrefslogtreecommitdiff
path: root/patches/ltrace
Commit message (Collapse)AuthorAgeFilesLines
* debug/ltrace: fix build with /exotic/ linux-host OSYann E. MORIN"2009-09-141-0/+26
| | | | | | For ARM EABI hosts (ct-ng's target), the tupple ends in 'gnueabi' For uClibc-based toolchains, the tuple ends in '-uclibc.*' Make ltrace recognise those tuples as being the same as 'linux-gnu'
* [debug-ltrace] Add latest version.Yann E. MORIN"2009-08-023-0/+328
| | | | Add ltrace 0.5.2, propagate patchset from 0.5.1 and from Debian.
* Add patches for ltrace-0.5.1.Yann E. MORIN"2009-03-172-0/+88
| | | | | | /trunk/patches/ltrace/0.5.1/100-allow-cross-compile.patch | 77 77 0 0 +++++++++++++++++++++ /trunk/patches/ltrace/0.5.1/110-alpha-support.patch | 11 11 0 0 +++ 2 files changed, 88 insertions(+)
* Update ltrace to ltrace-0.5 + fixes from Debian ltrace-0.5-3.1.Yann E. MORIN"2008-11-044-0/+938
| | | | | | | /trunk/patches/ltrace/0.5/130-fixes-by-debian.patch | 812 812 0 0 +++++++++++++++++++++++ /trunk/patches/ltrace/0.5/110-allow-cross-compile.patch | 26 13 13 0 /trunk/config/debug/ltrace.in | 5 5 0 0 + 3 files changed, 830 insertions(+), 13 deletions(-)
* Make ltrace build for Alpha (eg. alphaev56-* _is_ an Alpha!).Yann E. MORIN"2008-10-261-0/+11
| | | | | /trunk/patches/ltrace/0.4/120-alpha-support.patch | 11 11 0 0 +++++++++++ 1 file changed, 11 insertions(+)
* Make ltrace finally build:Yann E. MORIN"2008-10-242-0/+115
- copy sources to build directory, as it does not build out-of-tree - add a patch to make it build for non *-linux-gnu host tuples - add a patch to make it cross-build correctly /trunk/patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch | 26 26 0 0 +++ /trunk/patches/ltrace/0.4/110-allow-cross-compile.patch | 89 89 0 0 ++++++++++ /trunk/scripts/build/debug/400-ltrace.sh | 5 3 2 0 + 3 files changed, 118 insertions(+), 2 deletions(-)