Re: [PATCH v4 1/1] perf tools: fix perf build with ARCH=x86_64

2017-06-13 Thread Jiada Wang
Hello On 04/10/2017 01:17 AM, Jiri Olsa wrote: On Sun, Apr 09, 2017 at 08:02:37PM -0700, jiada_w...@mentor.com wrote: From: Jiada Wang with commit: 0a943cb10ce78 (tools build: Add HOSTARCH Makefile variable) when build for ARCH=x86_64, ARCH=x86_64 is passed to perf instead of ARCH=x86, so perf

Re: [PATCH v4 1/1] perf tools: fix perf build with ARCH=x86_64

2017-04-10 Thread Jiri Olsa
On Sun, Apr 09, 2017 at 08:02:37PM -0700, jiada_w...@mentor.com wrote: > From: Jiada Wang > > with commit: 0a943cb10ce78 (tools build: Add HOSTARCH Makefile variable) > when build for ARCH=x86_64, ARCH=x86_64 is passed to perf instead of > ARCH=x86, so perf package searchs header files from > too

[PATCH v4 1/1] perf tools: fix perf build with ARCH=x86_64

2017-04-09 Thread jiada_wang
From: Jiada Wang with commit: 0a943cb10ce78 (tools build: Add HOSTARCH Makefile variable) when build for ARCH=x86_64, ARCH=x86_64 is passed to perf instead of ARCH=x86, so perf package searchs header files from tools/arch/x86_64/include, which doesn't exist. the following build failure is seen w