From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751390AbdH1JeZ (ORCPT ); Mon, 28 Aug 2017 05:34:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45118 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbdH1JeX (ORCPT ); Mon, 28 Aug 2017 05:34:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AF443C04B310 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Mon, 28 Aug 2017 11:34:21 +0200 From: Jiri Olsa To: David Carrillo-Cisneros Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Alexander Shishkin , Stephane Eranian , Paul Turner Subject: Re: [PATCH 0/6] perf tools: Minor build fixes Message-ID: <20170828093421.GB15692@krava> References: <20170827075442.108534-1-davidcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170827075442.108534-1-davidcc@google.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 28 Aug 2017 09:34:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 27, 2017 at 12:54:36AM -0700, David Carrillo-Cisneros wrote: > 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 apart from comment for 5/6 I'm ok with this Acked-by: Jiri Olsa thanks, jirka