patches/ltrace/0.5/120-alpha-support.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 04 18:52:59 2008 +0000 (2008-11-04)
changeset 1036 06aecfa2c355
permissions -rw-r--r--
Update ltrace to ltrace-0.5 + fixes from Debian ltrace-0.5-3.1.

/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(-)
     1 diff -durN ltrace-0.4.orig/Makefile.in ltrace-0.4/Makefile.in
     2 --- ltrace-0.4.orig/Makefile.in	2008-10-26 15:34:21.000000000 +0100
     3 +++ ltrace-0.4/Makefile.in	2008-10-26 15:37:40.000000000 +0100
     4 @@ -5,6 +5,7 @@
     5  OS		:= @HOST_OS@
     6  ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
     7  						   -e s/sun4u/sparc64/  \
     8 +						   -e s/alpha.*/alpha/  \
     9  						   -e s/arm.*/arm/      \
    10  						   -e s/sa110/arm/      \
    11  						   -e s/ppc64/ppc/      \