From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOx6W-0008Bs-2q for qemu-devel@nongnu.org; Thu, 09 Jul 2009 13:08:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOx6R-00088L-8e for qemu-devel@nongnu.org; Thu, 09 Jul 2009 13:08:15 -0400 Received: from [199.232.76.173] (port=48302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOx6R-000889-5E for qemu-devel@nongnu.org; Thu, 09 Jul 2009 13:08:11 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27800) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOx6Q-00020q-LK for qemu-devel@nongnu.org; Thu, 09 Jul 2009 13:08:10 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOx6P-0007pi-Dj for qemu-devel@nongnu.org; Thu, 09 Jul 2009 13:08:09 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH] Drop roms from standard build Date: Thu, 9 Jul 2009 18:08:05 +0100 References: <4A559842.7000404@web.de> <200907091719.44828.paul@codesourcery.com> <4A5621DC.2020107@codemonkey.ws> In-Reply-To: <4A5621DC.2020107@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907091808.06764.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony Liguori , Jan Kiszka , qemu-devel@nongnu.org, Alexander Graf > > I think the chances of the user having appropriate toolchains readily > > available (without significant additional per-rom configury) are > > extremely slim. > > Actually, for x86, all of our ROMs will just use GCC so when building > x86 on x86, it's very likely the right tool chain is available. Except when it isn't, for example when building with a windows binary. Also, x86 is only one of many targets qemu supports. If you're serious about rebuilding roms as standard, then at bare minimum you need to handle sparc and ppc as well as x86. Paul