This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options.
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: Yury Gribov <y dot gribov at samsung dot com>,Maxim Ostapenko <m dot ostapenko at partner dot samsung dot com>,GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Slava Garbuzov <v dot garbuzov at samsung dot com>
- Date: Mon, 25 Aug 2014 17:21:12 +0200
- Subject: Re: [PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options.
- Authentication-results: sourceware.org; auth=none
- References: <53FAE010 dot 30604 at partner dot samsung dot com> <53FB46FA dot 6080906 at samsung dot com>
On 25 August 2014 16:23:54 CEST, Yury Gribov <y.gribov@samsung.com> wrote:
>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.
Sounds like this would fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56781
Thanks,