Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752076Ab0AKF3i (ORCPT ); Mon, 11 Jan 2010 00:29:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751890Ab0AKF3g (ORCPT ); Mon, 11 Jan 2010 00:29:36 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.121]:55636 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637Ab0AKF3f (ORCPT ); Mon, 11 Jan 2010 00:29:35 -0500 X-Authority-Analysis: v=1.0 c=1 a=awULm0XNCoGg5Mg0WHkA:9 a=vs-GuJvuGSAdk4bjkppFAT0FrYUA:4 X-Cloudmark-Score: 0 X-Originating-IP: 71.70.78.104 Date: Mon, 11 Jan 2010 00:29:11 -0500 Message-ID: <87ljg5ryzc.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: tovalds@linux-foundation.org Cc: lkml Subject: Re: [git pull] h8300 update User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 28 h8300's gcc build faild '-g' and '-fomit-stack-frame' CONFIG_FRAME_POINER selectable. Signed-off-by: Yoshinori Sato --- arch/h8300/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 53cc669..3b1b7db 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -9,6 +9,7 @@ config H8300 bool default y select HAVE_IDE + select ARCH_WANT_FRAME_POINTERS config SYMBOL_PREFIX string -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/