From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87871 invoked by alias); 17 Sep 2018 21:52:55 -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 87862 invoked by uid 89); 17 Sep 2018 21:52:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:277 X-HELO: relay1.mentorg.com Date: Mon, 17 Sep 2018 21:52:00 -0000 From: Joseph Myers To: Mao Han CC: , , Subject: Re: [PATCH v4 10/13] C-SKY: Build Infastructure In-Reply-To: <8dfd02f152c5b4082976c99110617ccb99d76047.1536720821.git.han_mao@c-sky.com> Message-ID: References: <8dfd02f152c5b4082976c99110617ccb99d76047.1536720821.git.han_mao@c-sky.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-09/txt/msg00262.txt.bz2 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. -- Joseph S. Myers joseph@codesourcery.com