From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105409 invoked by alias); 18 Sep 2018 06:02:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 103573 invoked by uid 89); 18 Sep 2018 06:02:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=Hx-languages-length:344 X-HELO: smtp2200-217.mail.aliyun.com X-Alimail-AntiSpam:AC=CONTINUE;BC=0.1393514|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e01e01542;MF=han_mao@c-sky.com;NM=1;PH=DS;RN=4;RT=4;SR=0;TI=SMTPD_---.CsHSMU7_1537250552; Date: Tue, 18 Sep 2018 06:02:00 -0000 From: Mao Han To: Joseph Myers Cc: c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, libc-alpha@sourceware.org Subject: Re: [PATCH v4 10/13] C-SKY: Build Infastructure Message-ID: <20180918060229.GA3355@vmh-VirtualBox> References: <8dfd02f152c5b4082976c99110617ccb99d76047.1536720821.git.han_mao@c-sky.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2018-09/txt/msg00271.txt.bz2 On Mon, Sep 17, 2018 at 09:52:48PM +0000, Joseph Myers wrote: > On Wed, 12 Sep 2018, Mao Han wrote: > > > +ifeq ($(subdir),debug) > > +CFLAGS-backtrace.c += -funwind-tables > > +endif > > This is in the generic debug/Makefile, so you shouldn't need it here. OK. I'll remove it. Thanks Han Mao