Re: [RFC/BUG] perf tools: static build fails

2015-07-29 Thread Jiri Olsa
On Tue, Jul 28, 2015 at 06:21:38PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 29, 2015 at 12:14:41AM +0300, Adrian Hunter escreveu: > > On 28/07/2015 7:11 p.m., Arnaldo Carvalho de Melo wrote: > > >Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu: > > > >>it's failing on perf

Re: [RFC/BUG] perf tools: static build fails

2015-07-28 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 29, 2015 at 12:14:41AM +0300, Adrian Hunter escreveu: > On 28/07/2015 7:11 p.m., Arnaldo Carvalho de Melo wrote: > >Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu: > >>it's failing on perf-read-vdso32 tool.. attached patch fixes that > >>for me > >To build it statically

Re: [RFC/BUG] perf tools: static build fails

2015-07-28 Thread Adrian Hunter
On 28/07/2015 7:11 p.m., Arnaldo Carvalho de Melo wrote: Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu: hi, it's failing on perf-read-vdso32 tool.. attached patch fixes that for me To build it statically: make -C tools/perf O=/tmp/build/perf LDFLAGS=-static install-bin Adri

Re: [RFC/BUG] perf tools: static build fails

2015-07-28 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu: > hi, > it's failing on perf-read-vdso32 tool.. > attached patch fixes that for me To build it statically: make -C tools/perf O=/tmp/build/perf LDFLAGS=-static install-bin Adrian, I wonder if building just these utilities non-static

[RFC/BUG] perf tools: static build fails

2015-07-28 Thread Jiri Olsa
hi, it's failing on perf-read-vdso32 tool.. attached patch fixes that for me jirka --- diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 4b58daeff881..a72f790f05e8 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -370,12 +370,12 @@ $(OUTPUT)perf-%: %.o