From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29419 invoked by alias); 6 Dec 2012 12:06:43 -0000 Received: (qmail 29411 invoked by uid 22791); 6 Dec 2012 12:06:42 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from ud10.udmedia.de (HELO mail.ud10.udmedia.de) (194.117.254.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 12:06:36 +0000 Received: (qmail 4004 invoked from network); 6 Dec 2012 13:06:31 +0100 Received: from unknown (HELO x4) (ud10?360p3@91.64.96.133) by mail.ud10.udmedia.de with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 6 Dec 2012 13:06:31 +0100 Date: Thu, 06 Dec 2012 12:06:00 -0000 From: Markus Trippelsdorf To: "H.J. Lu" Cc: Jakub Jelinek , Paolo Carlini , Tobias Burnus , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Add --with-build-config=bootstrap-asan support Message-ID: <20121206120631.GA234@x4> References: <20121122203747.GA4264@gmail.com> <50B79D18.6050601@net-b.de> <50B7A866.4050804@oracle.com> <20121129190602.GB2315@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 X-SW-Source: 2012-12/txt/msg00388.txt.bz2 On 2012.11.29 at 11:26 -0800, H.J. Lu wrote: > On Thu, Nov 29, 2012 at 11:06 AM, Jakub Jelinek wrote: > > On Thu, Nov 29, 2012 at 07:24:38PM +0100, Paolo Carlini wrote: > >> On 11/29/2012 06:36 PM, Tobias Burnus wrote: > >> >H.J. Lu wrote: > >> >>This patch adds --with-build-config=bootstrap-asan support. Tested on > >> >>Linux/x86-64. OK to install? > >> > > >> >I think that patch has broken bootstrap for me. If I do a normal > >> >bootstrap, Stage1 fails with: > >> > > >> >libtool: compile: unrecognized option `-D_GNU_SOURCE' > >> >libtool: compile: Try `libtool --help' for more information. > >> >make[4]: *** [interception_linux.lo] Error 1 > >> >make[4]: Leaving directory `/home/burnus/gcc/build/x86_64-unknown-linux-gnu/libsanitizer/interception' > >> Likewise here. Would it be possible to revert the offending commit, > >> in the meanwhile? > > > > Yes, H.J., please revert the patch, I thought you have tested it alone > > Done. There is still a stale, non-working config/bootstrap-asan.mk in the tree. -- Markus