Re: [PATCH] perf tools: Fix build error on ARCH=i386/x86_64/sparc64

2015-03-02 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 02, 2015 at 10:56:00AM +0100, Jiri Olsa escreveu: > On Mon, Mar 02, 2015 at 01:31:03PM +0900, Namhyung Kim wrote: > > He Kuang reported that current perf tools failed to build when ARCH > > variable was given like above. It was because the name is different > > that internal directory

Re: [PATCH] perf tools: Fix build error on ARCH=i386/x86_64/sparc64

2015-03-02 Thread Jiri Olsa
On Mon, Mar 02, 2015 at 01:31:03PM +0900, Namhyung Kim wrote: > He Kuang reported that current perf tools failed to build when ARCH > variable was given like above. It was because the name is different > that internal directory name. I can see that David's sparc64 build > has same problem. So fi

[PATCH] perf tools: Fix build error on ARCH=i386/x86_64/sparc64

2015-03-01 Thread Namhyung Kim
He Kuang reported that current perf tools failed to build when ARCH variable was given like above. It was because the name is different that internal directory name. I can see that David's sparc64 build has same problem. So fix it by applying the sed conversion script to the command line ARCH va