From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29230 invoked by alias); 3 Apr 2006 03:13:51 -0000 Received: (qmail 29221 invoked by uid 22791); 3 Apr 2006 03:13:51 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 03 Apr 2006 03:13:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FQFVj-00078v-Lc; Sun, 02 Apr 2006 23:13:47 -0400 Date: Mon, 03 Apr 2006 03:13:00 -0000 From: Daniel Jacobowitz To: Masaki MURANAKA Cc: gdb-patches@sourceware.org Subject: Re: [patch] HR5000 target Message-ID: <20060403031347.GA27402@nevyn.them.org> Mail-Followup-To: Masaki MURANAKA , gdb-patches@sourceware.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00012.txt.bz2 On Mon, Apr 03, 2006 at 11:56:05AM +0900, Masaki MURANAKA wrote: > Hello, > > Here is the small patch to support HIREC HR5000 target. > HR5000 which has MIPS 5kf is used for the aerospace. > > ---- > 2006-04-03 Masaki MURANAKA > > * config.sub: Add cases for the HIREC hr5000 > (which has MIPS 5kf core). Two things: - Patches to config.sub should not be sent here. See the top-level MAINTAINERS file; I believe it's config-patches@gnu.org. - Why does this need its own target triplet? Can't you use a normal mips-elf or mips64-elf toolchain for this target? -- Daniel Jacobowitz CodeSourcery