public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [tip:perf/core] kbuild: List libelf-devel as an alternative
@ 2016-06-22  7:40 tip-bot for Jean Delvare
  0 siblings, 0 replies; only message in thread
From: tip-bot for Jean Delvare @ 2016-06-22  7:40 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, jolsa, jpoimboe, linux-kernel, jdelvare, acme, tglx, hpa,
	mmarek, peterz

Commit-ID:  b573d8028ee6125b353861bd1869a004d9820603
Gitweb:     http://git.kernel.org/tip/b573d8028ee6125b353861bd1869a004d9820603
Author:     Jean Delvare <jdelvare@suse.de>
AuthorDate: Thu, 16 Jun 2016 10:54:20 +0200
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 21 Jun 2016 13:18:32 -0300

kbuild: List libelf-devel as an alternative

On openSUSE, the libelf development files are in package libelf-devel.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Michal Marek <mmarek@suse.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kbuild@vger.kernel.org
Link: http://lkml.kernel.org/n/tip-s8nyk3pyy2927sd7qp7u42oi@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 Makefile                   | 2 +-
 tools/perf/config/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b409076..4a1fe88 100644
--- a/Makefile
+++ b/Makefile
@@ -1038,7 +1038,7 @@ ifdef CONFIG_STACK_VALIDATION
   ifeq ($(has_libelf),1)
     objtool_target := tools/objtool FORCE
   else
-    $(warning "Cannot use CONFIG_STACK_VALIDATION, please install libelf-dev or elfutils-libelf-devel")
+    $(warning "Cannot use CONFIG_STACK_VALIDATION, please install libelf-dev, libelf-devel or elfutils-libelf-devel")
     SKIP_STACK_VALIDATION := 1
     export SKIP_STACK_VALIDATION
   endif
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 80018fe..534c811 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -257,7 +257,7 @@ else
       LIBC_SUPPORT := 1
     endif
     ifeq ($(LIBC_SUPPORT),1)
-      msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please install elfutils-libelf-devel/libelf-dev);
+      msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please install libelf-dev, libelf-devel or elfutils-libelf-devel);
 
       NO_LIBELF := 1
       NO_DWARF := 1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-22  7:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22  7:40 [tip:perf/core] kbuild: List libelf-devel as an alternative tip-bot for Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox