From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19245 invoked by alias); 5 Mar 2003 06:17:31 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19237 invoked from network); 5 Mar 2003 06:17:30 -0000 Received: from unknown (HELO ms-smtp-03.nyroc.rr.com) (24.92.226.153) by 172.16.49.205 with SMTP; 5 Mar 2003 06:17:30 -0000 Received: from twcny.rr.com (syr-24-24-17-134.twcny.rr.com [24.24.17.134]) by ms-smtp-03.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h256HT4I012484; Wed, 5 Mar 2003 01:17:30 -0500 (EST) Message-ID: <3E65966D.5000404@twcny.rr.com> Date: Wed, 05 Mar 2003 07:07:00 -0000 From: Nathanael Nerode User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexandre Oliva CC: gcc@gcc.gnu.org Subject: Re: enable-languages=c doesn't turn off libstdc++ any more? References: <20030304194603.GA30908@nevyn.them.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00313.txt.bz2 Alexandre Oliva wrote: > On Mar 4, 2003, Daniel Jacobowitz wrote: > > >>I just configured a HEAD snapshot with --enable-languages=c, and it >>didn't skip libstdc++ automatically. I checked the logical couple of >>patches but couldn't find the culprit. > > > 2003-03-04 Nathanael Nerode > > * configure.in: Replace ${libstdcxx_version} by its value. > > Nathan, you'll have to do the same in gcc/cp/config-lang.in (and maybe > other config-lang.in directories). Sorry that I missed this in the > review. Done. I grepped for it; that seems to be the only one.