From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14975 invoked by alias); 29 Nov 2012 17:36:46 -0000 Received: (qmail 14772 invoked by uid 22791); 29 Nov 2012 17:36:42 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 17:36:28 +0000 Received: from archimedes.net-b.de (port-92-195-33-30.dynamic.qsc.de [92.195.33.30]) by mx01.qsc.de (Postfix) with ESMTP id 97A873CD0D; Thu, 29 Nov 2012 18:36:25 +0100 (CET) Message-ID: <50B79D18.6050601@net-b.de> Date: Thu, 29 Nov 2012 17:36:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "H.J. Lu" CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Add --with-build-config=bootstrap-asan support References: <20121122203747.GA4264@gmail.com> In-Reply-To: <20121122203747.GA4264@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-11/txt/msg02466.txt.bz2 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' Actually, I wonder why it is build in stage 1. Shouldn't it be a target library which only built later (except with bootstrap-asan)? Tobias