From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29016 invoked by alias); 26 Jun 2007 11:46:37 -0000 Received: (qmail 29008 invoked by uid 22791); 26 Jun 2007 11:46:36 -0000 X-Spam-Check-By: sourceware.org Received: from phoenix.bawue.net (HELO mail.bawue.net) (193.7.176.60) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Jun 2007 11:46:32 +0000 Received: from lagash (intrt.mips-uk.com [194.74.144.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id 7FDFBB92E9; Tue, 26 Jun 2007 13:42:22 +0200 (CEST) Received: from ths by lagash with local (Exim 4.67) (envelope-from ) id 1I39R7-0008Bm-Fc; Tue, 26 Jun 2007 12:42:21 +0100 Date: Tue, 26 Jun 2007 13:14:00 -0000 To: gdb-patches@sourceware.org, richard@codesourcery.com Subject: Re: Make all four mipsisa* simulators support mipsisa{32,64}{,r2} Message-ID: <20070626114221.GA29450@networkno.de> References: <878xa81c99.fsf@firetop.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878xa81c99.fsf@firetop.home> User-Agent: Mutt/1.5.13 (2006-08-11) From: Thiemo Seufer X-IsSubscribed: yes 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: 2007-06/txt/msg00458.txt.bz2 Richard Sandiford wrote: [snip] > sim/mips/ > * configure.ac (sim_mipsisa3264_configs): New variable. > (mipsis32*-*-, mipsisa32r2*-*-*, mips64*-*-*, mips64r2*-*-*): Make > every configuration support all four targets, using the triplet to > determine the default. > * configure: Regenerate. Ok. Thiemo