From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 08 Apr 2015 11:59:04 +0200 (CEST) Received: from mx1.redhat.com ([209.132.183.28]:34427 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27010412AbbDHJ7DfCAWr (ORCPT ); Wed, 8 Apr 2015 11:59:03 +0200 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id BAD418EA30; Wed, 8 Apr 2015 09:59:01 +0000 (UTC) Received: from krava.redhat.com (vpn-202-41.tlv.redhat.com [10.35.202.41]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id t389wtFP031197; Wed, 8 Apr 2015 05:58:56 -0400 Date: Wed, 8 Apr 2015 11:58:53 +0200 From: Jiri Olsa To: David Daney Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: [PATCH 2/2] perf tools: Hook up MIPS unwind and dwarf-regs in the Makefile Message-ID: <20150408095853.GC14284@krava.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 46835 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jolsa@redhat.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Apr 08, 2015 at 01:58:47AM +0200, David Daney wrote: > From: David Daney > > Define a new symbol (ARCH_SUPPORTS_LIBUNWIND) in config/Makefile. > Use this from x86 and MIPS to gate testing of libunwind. hum.. hows ARCH_SUPPORTS_LIBUNWIND being used? I dont see it.. are there more patches? ;-) jirka