From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16825 invoked by alias); 5 Jul 2005 09:58:47 -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 16811 invoked by uid 22791); 5 Jul 2005 09:58:44 -0000 Received: from campus9.usilu.net (HELO campus9.usilu.net) (195.176.178.26) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 09:58:44 +0000 Received: from [192.168.64.194] ([192.168.64.194] unverified) by campus9.usilu.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 5 Jul 2005 11:55:41 +0200 Message-ID: <42CA59D1.8070805@lu.unisi.ch> Date: Tue, 05 Jul 2005 09:58:00 -0000 From: Paolo Bonzini User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) MIME-Version: 1.0 To: tromey@redhat.com, GCC Development Subject: Re: CFT: toplevel bootstrap (stage 2 project) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-07/txt/msg00145.txt.bz2 >How difficult do you think this will be with the new toplevel >bootstrap? > > Make gcjx depend on libstdc++-v3, and add "bootstrap=true" to both in Makefile.def. In cp/Make-lang.in, set boot_language=yes. It should just work. Paolo