[lttng-dev] [PATCH lttng-ust] Add compilation support for the TileGX architecture.

2012-11-08 Thread Simon Marchi
Signed-off-by: Simon Marchi --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 7f12f23..97a9f65 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,7 @@ changequote([,])dnl armv5) LIBFORMAT="elf32-littlearm"

Re: [lttng-dev] [PATCH lttng-ust] Add compilation support for the TileGX architecture.

2012-11-09 Thread Mathieu Desnoyers
First detail: please remove dot from subject end of line. * Simon Marchi (simon.mar...@polymtl.ca) wrote: > Signed-off-by: Simon Marchi > --- > configure.ac |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 7f12f23..97a9f65 100644

Re: [lttng-dev] [PATCH lttng-ust] Add compilation support for the TileGX architecture.

2012-11-12 Thread Mathieu Desnoyers
Hi Simon, Please respin this patch on top of the following commit: commit dca6e79f31143ffc08f8bd5ef832f820fe4546bf Author: Mathieu Desnoyers Date: Mon Nov 12 15:40:15 2012 -0500 Remove LIBFORMAT config declaration, unused Remove leftover from UST 0.x. Not needed anymore.