Re: [PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-13 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 12, 2017 at 07:33:22PM +0200, Jiri Olsa escreveu: > On Wed, Apr 12, 2017 at 10:07:45AM -0700, David Carrillo-Cisneros wrote: > > The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf > > check this dependendancy and notify user when not present. > > > > v2: Comma nitpicking.

Re: [PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-13 Thread Kim Phillips
On Tue, 11 Apr 2017 23:49:18 -0700 David Carrillo-Cisneros wrote: > The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf > check this dependendancy and notify user when not present. > > Signed-off-by: David Carrillo-Cisneros > --- This fixes cross-building perf for arm64 on Ubuntu,

Re: [PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-12 Thread Jiri Olsa
On Wed, Apr 12, 2017 at 10:07:45AM -0700, David Carrillo-Cisneros wrote: > The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf > check this dependendancy and notify user when not present. > > v2: Comma nitpicking. I think Arnaldo would change that.. but thanks! ;-) jirka > > Signe

[PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-12 Thread David Carrillo-Cisneros
The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf check this dependendancy and notify user when not present. v2: Comma nitpicking. Signed-off-by: David Carrillo-Cisneros --- tools/perf/Makefile.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/pe

Re: [PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-12 Thread Jiri Olsa
On Tue, Apr 11, 2017 at 11:49:18PM -0700, David Carrillo-Cisneros wrote: > The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf > check this dependendancy and notify user when not present. > > Signed-off-by: David Carrillo-Cisneros > --- > tools/perf/Makefile.config | 4 +++- > 1 fil

[PATCH 5/6] perf tools: disable JVMTI if no ELF support available

2017-04-11 Thread David Carrillo-Cisneros
The build of JVMTI depends on LIBELF (-lelf). Make Makefile.conf check this dependendancy and notify user when not present. Signed-off-by: David Carrillo-Cisneros --- tools/perf/Makefile.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/perf/Makefile.config b/to