Re: [PATCH] Fix build failures of python/perf.so.

2013-07-22 Thread Oliver Yang
于 7/22/2013 11:02 PM, Arnaldo Carvalho de Melo wrote: > Em Mon, Jul 22, 2013 at 07:45:59PM +0800, Oliver Yang escreveu: >> If gcc and python are not under the standard path, it could cause >> the build failure of perf.so. > > How can just adding the prefix to the compiler like that fix something?

Re: [PATCH] Fix build failures of python/perf.so.

2013-07-22 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 22, 2013 at 07:45:59PM +0800, Oliver Yang escreveu: > If gcc and python are not under the standard path, it could cause > the build failure of perf.so. How can just adding the prefix to the compiler like that fix something? Looking at the references to CROSS_COMPILE in tools/perf/Make

[PATCH] Fix build failures of python/perf.so.

2013-07-22 Thread Oliver Yang
If gcc and python are not under the standard path, it could cause the build failure of perf.so. Signed-off-by: Oliver Yang --- tools/perf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 641fccd..9f88f6f 100644 --- a/too