From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93743 invoked by alias); 19 Oct 2016 12:14:08 -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 93348 invoked by uid 89); 19 Oct 2016 12:14:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*r:Sun, Bielefeld, bielefeld, Biotechnology X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 12:13:58 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id DD5D1A59; Wed, 19 Oct 2016 14:13:55 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id p1wKAIQ3oGjd; Wed, 19 Oct 2016 14:13:54 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 56184A58; Wed, 19 Oct 2016 14:13:54 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id u9JCDqW2008951; Wed, 19 Oct 2016 14:13:52 +0200 (MEST) From: Rainer Orth To: Jakub Jelinek Cc: Eric Gallager , Andrew Haley , Ian Lance Taylor , 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> <20161004092321.GH7282@tucnak.redhat.com> Date: Wed, 19 Oct 2016 12:14:00 -0000 In-Reply-To: <20161004092321.GH7282@tucnak.redhat.com> (Jakub Jelinek's message of "Tue, 4 Oct 2016 11:23:21 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg01531.txt.bz2 Hi Jakub, >> 2016-10-01 Rainer Orth >> >> * configure.ac (target_libraries): Readd target-boehm-gc. >> Restore --enable-objc-gc handling. >> * configure: Regenerate. > > This is incomplete. I guess it can be committed as is, but should be > followed by re-addition of: > bfin-*-*) > noconfigdirs="$noconfigdirs target-boehm-gc" > ;; > cris-*-* | crisv32-*-*) > case "${target}" in > *-*-linux*) > ;; > *) # See PR46792 regarding target-libffi. > noconfigdirs="$noconfigdirs target-boehm-gc";; > esac > ;; > mmix-*-*) > noconfigdirs="$noconfigdirs target-boehm-gc" > ;; > (perhaps in the same case as target-libffi handling). sorry I missed this. I can still re-add it if desired, but would rather keep it in a separate case from the target-libffi handling: in-tree boehm-gc may be replaced with an external version, while libffi is likely to stay for libgo. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University