From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id AD81171D42 for ; Fri, 9 Dec 2016 17:26:11 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id uB9HQCmS017165 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 9 Dec 2016 09:26:12 -0800 (PST) Received: from soho-mhatle-m.local (172.25.36.230) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.294.0; Fri, 9 Dec 2016 09:26:11 -0800 To: Khem Raj References: <20161208190327.221469-1-mark.hatle@windriver.com> From: Mark Hatle Organization: Wind River Systems Message-ID: Date: Fri, 9 Dec 2016 11:26:10 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH] glibc: Enable backtrace from abort on ARM X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 17:26:16 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 12/9/16 12:48 AM, Khem Raj wrote: > On Thu, Dec 8, 2016 at 11:03 AM, Mark Hatle wrote: >> +do_configure_append_arm () { >> + echo "CFLAGS-abort.c = -funwind-tables" >> ${B}/configparms >> + echo "CFLAGS-raise.c = -funwind-tables" >> ${B}/configparms >> +} > > perhaps using -fasynchronous-unwind-tables is better. can you try that out ? > This passed my internal test with the same results. So either one is fine with me. What is the difference between the options? --Mark