From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28909 invoked by alias); 20 Jul 2011 21:06:24 -0000 Received: (qmail 28890 invoked by uid 22791); 20 Jul 2011 21:06:23 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SARE_RAND_1 X-Spam-Check-By: sourceware.org Received: from moene.org (HELO moene.org) (82.95.66.103) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 21:05:51 +0000 Received: from localhost ([::1]) by moene.org with esmtp (Exim 4.76) (envelope-from ) id 1Qjdxl-0001xn-2j; Wed, 20 Jul 2011 23:05:49 +0200 Message-ID: <4E27432C.3030101@moene.org> Date: Wed, 20 Jul 2011 21:41:00 -0000 From: Toon Moene User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 MIME-Version: 1.0 To: Ian Lance Taylor CC: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ References: <4E26E775.7070802@moene.org> In-Reply-To: <4E26E775.7070802@moene.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00397.txt.bz2 On 07/20/2011 04:34 PM, Toon Moene wrote: > So I changed my "lto" bootstrap script to do the following: > > language=fortran > if [ $RANDOM -lt 16384 ] > then > language=ada > fi > ... > ../gcc/configure \ > ... > --enable-languages=c++,$language \ > > Still have to see if this will fit in the 2:20 hour gap between two > weather forecasting runs. Well, that took *way* too long, so I am changing it back to language=fortran if [ $RANDOM -lt 16384 ] then language=ada fi language=c++ ... ../gcc/configure \ ... --enable-languages=$language \ Next run 21/07/2011 at 18:00 UTC. Cheers, -- Toon Moene - e-mail: toon@moene.org - phone: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands At home: http://moene.org/~toon/; weather: http://moene.org/~hirlam/ Progress of GNU Fortran: http://gcc.gnu.org/wiki/GFortran#news