From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751215AbdH0HzZ (ORCPT ); Sun, 27 Aug 2017 03:55:25 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:36112 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797AbdH0HzY (ORCPT ); Sun, 27 Aug 2017 03:55:24 -0400 X-Google-Smtp-Source: ADKCNb6eNQPfI+zW1RGcrl+qeJ7LsXqvcUFg2qqOyaj0qgboo3SQBpcK6ebm0uuNBLHdZHCw7aBN1g== From: David Carrillo-Cisneros To: linux-kernel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Stephane Eranian , Paul Turner , David Carrillo-Cisneros Subject: [PATCH 0/6] perf tools: Minor build fixes Date: Sun, 27 Aug 2017 00:54:36 -0700 Message-Id: <20170827075442.108534-1-davidcc@google.com> X-Mailer: git-send-email 2.14.1.342.g6490525c54-goog Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Collection of minor fixes to compile with LLVM and non-standard tool names. David Carrillo-Cisneros (6): tools build tests: Don't hardcode gcc name perf tools: Allow external definition of flex and bison binary names tools lib: Allow external definition of CC, AR and LD perf tools: Robustify detection of clang binary perf tools: Remove BUG_ON char[] to bool implicit conversions perf tools: Pass full path of FEATURES_DUMP tools/build/tests/ex/Makefile | 2 +- tools/include/linux/kernel.h | 2 ++ tools/lib/api/Makefile | 8 ++++---- tools/lib/subcmd/Makefile | 2 +- tools/perf/Makefile.config | 4 ++-- tools/perf/Makefile.perf | 6 +++--- tools/perf/builtin-lock.c | 15 ++++++++++----- tools/perf/util/intel-pt-decoder/Build | 2 +- tools/scripts/Makefile.include | 4 +++- 9 files changed, 27 insertions(+), 18 deletions(-) -- 2.14.1.342.g6490525c54-goog