patches/ltrace/0.5.3/110-alpha-support.patch
changeset 1685 ecccce88fc71
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/ltrace/0.5.3/110-alpha-support.patch	Sun Jan 03 16:46:58 2010 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +diff -ru ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile ltrace-0.5.3/sysdeps/linux-gnu/Makefile
     1.5 +--- ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile	2009-07-25 17:13:02.000000000 +0200
     1.6 ++++ ltrace-0.5.3/sysdeps/linux-gnu/Makefile	2010-01-01 22:20:45.000000000 +0100
     1.7 +@@ -2,6 +2,7 @@
     1.8 + 				-e s/i.86/i386/ \
     1.9 + 				-e s/sun4u/sparc64/ \
    1.10 + 				-e s/sparc64/sparc/ \
    1.11 ++				-e s/alpha.*/alpha/ \
    1.12 + 				-e s/arm.*/arm/ \
    1.13 + 				-e s/sa110/arm/ \
    1.14 + 				-e s/ppc64/ppc/ \