Make ltrace build for Alpha (eg. alphaev56-* _is_ an Alpha!).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 26 15:19:15 2008 +0000 (2008-10-26)
changeset 988b112dc85366f
parent 987 752733bce682
child 989 de0c54d61e30
Make ltrace build for Alpha (eg. alphaev56-* _is_ an Alpha!).

/trunk/patches/ltrace/0.4/120-alpha-support.patch | 11 11 0 0 +++++++++++
1 file changed, 11 insertions(+)
patches/ltrace/0.4/120-alpha-support.patch
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/ltrace/0.4/120-alpha-support.patch	Sun Oct 26 15:19:15 2008 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +diff -durN ltrace-0.4.orig/Makefile.in ltrace-0.4/Makefile.in
     1.5 +--- ltrace-0.4.orig/Makefile.in	2008-10-26 15:34:21.000000000 +0100
     1.6 ++++ ltrace-0.4/Makefile.in	2008-10-26 15:37:40.000000000 +0100
     1.7 +@@ -5,6 +5,7 @@
     1.8 + OS		:= @HOST_OS@
     1.9 + ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
    1.10 + 						   -e s/sun4u/sparc64/  \
    1.11 ++						   -e s/alpha.*/alpha/  \
    1.12 + 						   -e s/arm.*/arm/      \
    1.13 + 						   -e s/sa110/arm/      \
    1.14 + 						   -e s/ppc64/ppc/      \