Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-13 Thread Namhyung Kim
On Sun, 12 Jan 2014 16:16:15 +0100, Jiri Olsa wrote: > On Sat, Jan 11, 2014 at 11:42:51AM -0800, Andi Kleen wrote: >> From: Andi Kleen >> >> opensuse libbfd requires -lz -liberty to build. Add those >> to the BFD feature detection. >> >> Signed-off-by: Andi Kleen >> --- >>

Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-13 Thread Namhyung Kim
On Sun, 12 Jan 2014 16:16:15 +0100, Jiri Olsa wrote: On Sat, Jan 11, 2014 at 11:42:51AM -0800, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Signed-off-by: Andi Kleen a...@linux.intel.com

Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-12 Thread David Ahern
On 1/11/14, 12:42 PM, Andi Kleen wrote: From: Andi Kleen opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Fixes static builds on Fedora as well. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-12 Thread Jiri Olsa
On Sat, Jan 11, 2014 at 11:42:51AM -0800, Andi Kleen wrote: > From: Andi Kleen > > opensuse libbfd requires -lz -liberty to build. Add those > to the BFD feature detection. > > Signed-off-by: Andi Kleen > --- > tools/perf/config/Makefile| 2 +- >

Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-12 Thread Jiri Olsa
On Sat, Jan 11, 2014 at 11:42:51AM -0800, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Signed-off-by: Andi Kleen a...@linux.intel.com --- tools/perf/config/Makefile| 2 +-

Re: [PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-12 Thread David Ahern
On 1/11/14, 12:42 PM, Andi Kleen wrote: From: Andi Kleena...@linux.intel.com opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Fixes static builds on Fedora as well. David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

[PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-11 Thread Andi Kleen
From: Andi Kleen opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Signed-off-by: Andi Kleen --- tools/perf/config/Makefile| 2 +- tools/perf/config/feature-checks/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 1/9] perf, tools: fix BFD detection on opensuse

2014-01-11 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Signed-off-by: Andi Kleen a...@linux.intel.com --- tools/perf/config/Makefile| 2 +- tools/perf/config/feature-checks/Makefile | 2 +- 2 files changed, 2