Re: [PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Jiri Olsa
On Tue, Apr 02, 2013 at 07:20:25AM +0900, Namhyung Kim wrote: > 2013-04-01 (월), 21:18 +0200, Jiri Olsa: > > Moving compiler and linker flags check into config/Makefile. > > [SNIP] > > > diff --git a/tools/perf/Makefile b/tools/perf/Makefile > > index 8dd3320..dcae71b 100644 > > ---

Re: [PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Namhyung Kim
2013-04-01 (월), 21:18 +0200, Jiri Olsa: > Moving compiler and linker flags check into config/Makefile. [SNIP] > diff --git a/tools/perf/Makefile b/tools/perf/Makefile > index 8dd3320..dcae71b 100644 > --- a/tools/perf/Makefile > +++ b/tools/perf/Makefile > @@ -52,6 +52,20 @@ include

[PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Jiri Olsa
Moving compiler and linker flags check into config/Makefile. Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: Borislav Petkov Cc: Stephane Eranian ---

[PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Jiri Olsa
Moving compiler and linker flags check into config/Makefile. Signed-off-by: Jiri Olsa jo...@redhat.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Peter Zijlstra a.p.zijls...@chello.nl Cc: Ingo Molnar mi...@elte.hu Cc: Paul Mackerras pau...@samba.org Cc: Corey Ashford

Re: [PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Namhyung Kim
2013-04-01 (월), 21:18 +0200, Jiri Olsa: Moving compiler and linker flags check into config/Makefile. [SNIP] diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 8dd3320..dcae71b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -52,6 +52,20 @@ include

Re: [PATCH 05/27] perf tools: Move compiler and linker flags check into config/Makefile

2013-04-01 Thread Jiri Olsa
On Tue, Apr 02, 2013 at 07:20:25AM +0900, Namhyung Kim wrote: 2013-04-01 (월), 21:18 +0200, Jiri Olsa: Moving compiler and linker flags check into config/Makefile. [SNIP] diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 8dd3320..dcae71b 100644 --- a/tools/perf/Makefile