From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaxVr-0005dE-0Q for qemu-devel@nongnu.org; Tue, 02 May 2006 12:14:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaxVp-0005cJ-KS for qemu-devel@nongnu.org; Tue, 02 May 2006 12:14:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaxVp-0005cG-GS for qemu-devel@nongnu.org; Tue, 02 May 2006 12:14:09 -0400 Received: from [64.233.182.190] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaxW1-0002aN-3n for qemu-devel@nongnu.org; Tue, 02 May 2006 12:14:21 -0400 Received: by nproxy.gmail.com with SMTP id c31so2234140nfb for ; Tue, 02 May 2006 09:14:07 -0700 (PDT) Message-ID: <44578565.1010704@gmail.com> Date: Tue, 02 May 2006 18:14:29 +0200 MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH][MIPS] References: <444FF164.2060104@bellard.org> <173101c66de0$e01c97f0$e90d11ac@spb.in.rosprint.ru> In-Reply-To: <173101c66de0$e01c97f0$e90d11ac@spb.in.rosprint.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Dirk Behme Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Alexander Voropay wrote: > The current CVS QEMU Makefile builds "qemu-system-mips" > binary which really emulates a little-endian system and should be > renamed to the "qemu-system-mipsel" With configure --target-list you can select mips-softmmu or mipsel-softmmu. So I think it's a good idea to extend build system to generate mips-softmmu -> qemu-system-mips (big endian) mipsel-softmmu -> qemu-system-mipsel (little endian) Has anybody a patch for this? > Is it possible to build _both_ "qemu-system-mips*" for LE and BE support > like userspace does ? I don't think so at the moment. I'm not sure what happens if both (little and big endian) targets are selected by configure. Dirk