patches/ltrace/0.5.2/110-alpha-support.patch
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Apr 16 15:25:36 2012 +0200 (2012-04-16)
changeset 2941 13e40098fffc
parent 1262 e3574ccecb6d
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
yann@1437
     1
diff -durN ltrace-0.5.2.orig/Makefile.in ltrace-0.5.2/Makefile.in
yann@1437
     2
--- ltrace-0.5.2.orig/Makefile.in	2009-06-27 15:34:04.000000000 +0200
yann@1437
     3
+++ ltrace-0.5.2/Makefile.in	2009-06-27 15:34:27.000000000 +0200
yann@1262
     4
@@ -5,6 +5,7 @@
yann@1262
     5
 OS		:= @HOST_OS@
yann@1262
     6
 ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
yann@1262
     7
 						   -e s/sun4u/sparc64/  \
yann@1262
     8
+						   -e s/alpha.*/alpha/  \
yann@1262
     9
 						   -e s/arm.*/arm/      \
yann@1262
    10
 						   -e s/sa110/arm/      \
yann@1262
    11
 						   -e s/ppc64/ppc/      \