From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756145AbbHGCJP (ORCPT ); Thu, 6 Aug 2015 22:09:15 -0400 Received: from mail.kernel.org ([198.145.29.136]:48804 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755165AbbHGCAG (ORCPT ); Thu, 6 Aug 2015 22:00:06 -0400 Date: Thu, 6 Aug 2015 16:25:28 -0300 From: Arnaldo Carvalho de Melo To: Ben Hutchings Cc: Peter Zijlstra , Paul Mackerras , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: tools/perf: Add empty Build files for architectures lacking them Message-ID: <20150806192528.GA28579@kernel.org> References: <1438704627.7315.2.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438704627.7315.2.camel@decadent.org.uk> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Aug 04, 2015 at 05:10:27PM +0100, Ben Hutchings escreveu: > perf currently fails to build on MIPS as there is no > tools/perf/arch/mips/Build file. Adding an empty file fixes this as > there are no MIPS-specific sources to build. > > It looks like the same is needed for Alpha and PA-RISC, though I > haven't been able to test those. Thanks, applied.