From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23301 invoked by alias); 30 Jan 2010 15:07:19 -0000 Received: (qmail 23289 invoked by uid 22791); 30 Jan 2010 15:07:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Jan 2010 15:07:14 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o0UF6nr4029326; Sat, 30 Jan 2010 16:06:49 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o0UF6lUr019475; Sat, 30 Jan 2010 16:06:47 +0100 (CET) Date: Sat, 30 Jan 2010 15:07:00 -0000 Message-Id: <201001301506.o0UF6lUr019475@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20100118101342.GP6667@adacore.com> (message from Joel Brobecker on Mon, 18 Jan 2010 14:13:42 +0400) Subject: Re: [RFA/commit] Add configure handling of x86_64-*-solaris2.1[0-9]* References: <20100118101155.GO6667@adacore.com> <20100118101342.GP6667@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00659.txt.bz2 > Date: Mon, 18 Jan 2010 14:13:42 +0400 > From: Joel Brobecker > > [please ignore the first copy - there were a couple of typos in > the ChangeLog which I had fixed, but forgot to save before sending] > > Hello, > > AdaCore briefly experimented with an x86_64-solaris debugger. > It already works fine to build the debugger with ix86-*-solaris2.10, > but it seems logical to accept x86_64-*-solaris2.10. This patch > adjusts the configure scripts to accept the latter as an alias > of the former... > > gdb/ChangeLog: > > * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of > i[34567]86-*-solaris2.1[0-9]*. > * configure.tgt: Likewise. > > Any reason why not to commit this patch? Tested on x86_64-solaris. Can't think of a reason.