From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21499 invoked by alias); 25 Aug 2014 14:24:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 21486 invoked by uid 89); 25 Aug 2014 14:24:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Mon, 25 Aug 2014 14:23:59 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NAV00LON9GQ4Q40@mailout1.w1.samsung.com> for gcc-patches@gcc.gnu.org; Mon, 25 Aug 2014 15:26:50 +0100 (BST) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id BE.3D.15956.AF64BF35; Mon, 25 Aug 2014 15:23:54 +0100 (BST) Received: from [106.109.9.145] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0NAV007WU9BT7F00@eusync3.samsung.com>; Mon, 25 Aug 2014 15:23:54 +0100 (BST) Message-id: <53FB46FA.6080906@samsung.com> Date: Mon, 25 Aug 2014 14:24:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-version: 1.0 To: Maxim Ostapenko , GCC Patches Cc: Slava Garbuzov Subject: Re: [PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options. References: <53FAE010.30604@partner.samsung.com> In-reply-to: <53FAE010.30604@partner.samsung.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02326.txt.bz2 On 08/25/2014 11:04 AM, Maxim Ostapenko wrote: > This patch adds necessary flags to provide a linkage of these tests in > bootstrap-asan case. I think you'll want to modify Makefile.def and Makefile.tpl because Makefile is generated from them. -Y