patches/ltrace/0.5.3/110-alpha-support.patch
author Joachim Nilsson <jocke@vmlinux.org>
Sun Jan 03 16:46:58 2010 +0100 (2010-01-03)
changeset 1685 ecccce88fc71
permissions -rw-r--r--
debug/ltrace: Add support for ltrace-0.5.3

From this version of ltrace the maintainer has removed support for
GNU Autotools, so the patch sets needed to be reworked.

Included is the latest Debian patch, by the Debian ltrace maintainer
Juan Cespedes <cespedes@debian.org>, the OpenEmbedded patches for cross
compiling, by Khem Raj <raj.khem@gmail.com> and a further set of patches
by Joachim Nilsson <jocke@vmlinux.org> for crosstool-NG.
jocke@1685
     1
diff -ru ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile ltrace-0.5.3/sysdeps/linux-gnu/Makefile
jocke@1685
     2
--- ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile	2009-07-25 17:13:02.000000000 +0200
jocke@1685
     3
+++ ltrace-0.5.3/sysdeps/linux-gnu/Makefile	2010-01-01 22:20:45.000000000 +0100
jocke@1685
     4
@@ -2,6 +2,7 @@
jocke@1685
     5
 				-e s/i.86/i386/ \
jocke@1685
     6
 				-e s/sun4u/sparc64/ \
jocke@1685
     7
 				-e s/sparc64/sparc/ \
jocke@1685
     8
+				-e s/alpha.*/alpha/ \
jocke@1685
     9
 				-e s/arm.*/arm/ \
jocke@1685
    10
 				-e s/sa110/arm/ \
jocke@1685
    11
 				-e s/ppc64/ppc/ \