From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYoC6-0001aY-69 for qemu-devel@nongnu.org; Thu, 08 Dec 2011 19:20:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYoC5-0004tI-8i for qemu-devel@nongnu.org; Thu, 08 Dec 2011 19:20:06 -0500 Received: from mout.web.de ([212.227.15.3]:64580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYoC4-0004sa-PT for qemu-devel@nongnu.org; Thu, 08 Dec 2011 19:20:05 -0500 Message-ID: <4EE153EE.7010105@web.de> Date: Fri, 09 Dec 2011 01:18:54 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1323321912-15922-1-git-send-email-khansa@kics.edu.pk> <1323321912-15922-2-git-send-email-khansa@kics.edu.pk> <4EE0D4AD.5060604@web.de> In-Reply-To: <4EE0D4AD.5060604@web.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/3] linux-user:Support for MIPS64 user mode emulation in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: khansa@kics.edu.pk Cc: peter.maydell@linaro.org, riku.voipio@iki.fi, qemu-devel@nongnu.org, aurelien@aurel32.net Am 08.12.2011 16:15, schrieb Andreas Färber: >> diff --git a/configure b/configure >> index ac4840d..e31229b 100755 >> --- a/configure >> +++ b/configure >> @@ -914,6 +914,7 @@ m68k-linux-user \ >> microblaze-linux-user \ >> microblazeel-linux-user \ >> mips-linux-user \ >> +mips64-linux-user \ >> mipsel-linux-user \ > For linux-user IIUC the ABI is relevant, so shouldn't this be > mipsn64-linux-user? Self-nack. "mips64" already sets TARGET_ABI_MIPSN64 so the naming is OK. > What about mipsn64el? Question still applies, be it mipsel64 or mips64el. Andreas