From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69398 invoked by alias); 4 Oct 2016 15:28:28 -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 69306 invoked by uid 89); 4 Oct 2016 15:28:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=2016-10-01 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Oct 2016 15:28:17 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8F8CE1E2E8; Tue, 4 Oct 2016 15:28:16 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-162.phx2.redhat.com [10.3.116.162]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u94FSFwC009927; Tue, 4 Oct 2016 11:28:15 -0400 Subject: Re: [PATCH] Fix bootstrap with --enable-languages=all,go To: Rainer Orth , Andrew Haley References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <84c4f4e2-3048-f5f8-de72-b2f704aa1389@redhat.com> <20160930102746.GB3223@redhat.com> <20160930185531.GE7282@tucnak.redhat.com> Cc: Eric Gallager , Jakub Jelinek , Ian Lance Taylor , Marek Polacek , gcc-patches@gcc.gnu.org From: Jeff Law Message-ID: <8db6e692-b75c-200d-4e70-74924cb34834@redhat.com> Date: Tue, 04 Oct 2016 15:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00171.txt.bz2 On 10/03/2016 06:53 AM, Rainer Orth wrote: > Andrew Haley writes: > >> On 30/09/16 23:16, Rainer Orth wrote: >>> me too, though mostly to have maximum test coverage (primarily on >>> Solaris). As expected, a x86_64-apple-darwin16 bootstrap with >>> --enable-objc-gc just failed for me. I'm testing the following patch >>> (on top of Jakub's). >>> >>> Rainer >>> >>> >>> 2016-10-01 Rainer Orth >>> >>> * configure.ac (target_libraries): Readd target-boehm-gc. >>> Restore --enable-objc-gc handling. >>> * configure: Regenerate. >> >> Thanks everybody. My apologies. > > The bootstrap completed successfully now. Ok for mainline? Yes. jeff