patches/ltrace/0.5.3/110-alpha-support.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Mar 11 22:11:43 2014 +0100 (2014-03-11)
changeset 3293 e11a8a2e225d
permissions -rw-r--r--
comptools: do not force build of make-3.81 unless really needed

On systems with make-3.82, we forcibly force the build and the use
of make-3.81

But some newer tools break when building with make-3.81. For example,
eglibc-3.18 breaks.

Introduce a new blind options that tools may select if they require
make-3.81. If the system does not have make-3.81, and this option is
selected, then we force the build of make-3.81. Otherwise, we leave
it to the user to decide on his own.

Note that no component selects this option for now. It will come in
later patches as we find them.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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/ \