From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2460 invoked by alias); 7 Dec 2003 09:45:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2155 invoked from network); 7 Dec 2003 09:45:45 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 7 Dec 2003 09:45:45 -0000 Received: from localhost.localdomain (213.36.54.121) by mail.libertysurf.net (6.5.033) id 3FCEE101003FC6FC; Sun, 7 Dec 2003 10:45:15 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: Arnaud Charlet Subject: Re: flag day for Solaris portions of config.{guess,sub} Date: Sun, 07 Dec 2003 09:45:00 -0000 User-Agent: KMail/1.4.3 Cc: Alexandre Oliva , Zack Weinberg , Ben Elliston , Joe Buck , Paul Eggert , rms@gnu.org, gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com References: <871xroqlaf.fsf@egil.codesourcery.com> <200312062213.49021.ebotcazou@libertysurf.fr> <20031207101552.A5587@dublin.act-europe.fr> In-Reply-To: <20031207101552.A5587@dublin.act-europe.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200312071041.53396.ebotcazou@libertysurf.fr> X-SW-Source: 2003-12/txt/msg00135.txt.bz2 > I find that amazing to use hypothetical names in this discussion, > it shows that you are running out of arguments :-) It's called foresight. Never suppose the worst will never happen :-) > The (hypothetical) name would of course be *-sun-solarisg3.0 or something > like that, I don't see any problem, so why create one ? I see a problem: you would have to explicitly special-case *-sun-solaris10 in your patterns. And you would of course forget in some cases. > This has lead in the past to other strangeness and confusion, the most > obvious one being of course to name the pentium 'i586', and then continue > with the i686, ... Which is nice since you can use i?86. I think config.sub can accept whatever fancy names you want, but config.guess should make it easy to parse its output. -- Eric Botcazou