From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1321 invoked by alias); 18 Nov 2010 22:32:44 -0000 Received: (qmail 1237 invoked by uid 22791); 18 Nov 2010 22:32:43 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Nov 2010 22:32:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6AFE22BABAD; Thu, 18 Nov 2010 17:32:37 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RRo5y6ElIP4u; Thu, 18 Nov 2010 17:32:37 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 095A82BACAD; Thu, 18 Nov 2010 17:32:36 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E83E0145B6D; Thu, 18 Nov 2010 14:32:34 -0800 (PST) Date: Thu, 18 Nov 2010 22:32:00 -0000 From: Joel Brobecker To: Michael Eager Cc: Masaki Muranaka , gdb-patches@sourceware.org Subject: Re: [patch] target triplet for Microblaze. Message-ID: <20101118223234.GH2634@adacore.com> References: <20101118171030.GA2634@adacore.com> <4CE565D6.1010009@eagerm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CE565D6.1010009@eagerm.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-11/txt/msg00249.txt.bz2 > >Also, `microblaze*-linux-*' is there to allow "microblaze-linux-gnu". > >I'm not sure this is really kosher or not. I would think not (we're in > >danger of thinking that the OS name is "gnu" rather than "linux". But > >keeping it if needed shouldn't be too much of a burden as long as this > >is limited to configure.tgt. > > Perhaps this would be better as "microblaze*-*-linux" like other targets. I agree this would be better, especially if you think that this is not going to be a problem for existing users. We should even merge it with Masaki's suggestion and make it "microblaze*-*-linux*". -- Joel