From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752050AbcFVHl3 (ORCPT ); Wed, 22 Jun 2016 03:41:29 -0400 Received: from terminus.zytor.com ([198.137.202.10]:50594 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbcFVHlZ (ORCPT ); Wed, 22 Jun 2016 03:41:25 -0400 Date: Wed, 22 Jun 2016 00:40:23 -0700 From: tip-bot for Jean Delvare Message-ID: Cc: mingo@kernel.org, jolsa@redhat.com, jpoimboe@redhat.com, linux-kernel@vger.kernel.org, jdelvare@suse.de, acme@redhat.com, tglx@linutronix.de, hpa@zytor.com, mmarek@suse.com, peterz@infradead.org Reply-To: tglx@linutronix.de, mmarek@suse.com, hpa@zytor.com, peterz@infradead.org, jdelvare@suse.de, acme@redhat.com, jpoimboe@redhat.com, linux-kernel@vger.kernel.org, mingo@kernel.org, jolsa@redhat.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] kbuild: List libelf-devel as an alternative Git-Commit-ID: b573d8028ee6125b353861bd1869a004d9820603 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b573d8028ee6125b353861bd1869a004d9820603 Gitweb: http://git.kernel.org/tip/b573d8028ee6125b353861bd1869a004d9820603 Author: Jean Delvare AuthorDate: Thu, 16 Jun 2016 10:54:20 +0200 Committer: Arnaldo Carvalho de Melo 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 Acked-by: Josh Poimboeuf Cc: Jiri Olsa Cc: Michal Marek Cc: Peter Zijlstra Cc: linux-kbuild@vger.kernel.org Link: http://lkml.kernel.org/n/tip-s8nyk3pyy2927sd7qp7u42oi@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- 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