From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37557 invoked by alias); 30 Sep 2016 22:22:22 -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 37547 invoked by uid 89); 30 Sep 2016 22:22:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: sam.airs.com Received: from sam.airs.com (HELO sam.airs.com) (64.13.145.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Sep 2016 22:22:19 +0000 Received: (qmail 36196 invoked by uid 10); 30 Sep 2016 22:22:17 -0000 Received: (qmail 18504 invoked by uid 500); 30 Sep 2016 22:22:10 -0000 From: Ian Lance Taylor To: Jakub Jelinek Cc: Andrew Haley , Marek Polacek , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix bootstrap with --enable-languages=all,go References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <84c4f4e2-3048-f5f8-de72-b2f704aa1389@redhat.com> <20160930102746.GB3223@redhat.com> <20160930185531.GE7282@tucnak.redhat.com> Date: Fri, 30 Sep 2016 23:54:00 -0000 In-Reply-To: <20160930185531.GE7282@tucnak.redhat.com> (Jakub Jelinek's message of "Fri, 30 Sep 2016 20:55:31 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-09/txt/msg02440.txt.bz2 Jakub Jelinek writes: > 2016-09-30 Jakub Jelinek > > * configure.ac: Add target-libffi to target_libraries. > Readd libgcj target disablings, modified to only target-libffi. > Readd target addition of go to unsupported languages. > * configure: Regenerated. This is OK. Thanks. I saw that the discussion was clear that libffi was needed for libgo, and the patch I saw did not remove the libffi configury. I don't know what happened. Ian