From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGwsH-0004Mw-IY for qemu-devel@nongnu.org; Wed, 17 Jun 2009 11:16:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGwsD-0004Kd-Pc for qemu-devel@nongnu.org; Wed, 17 Jun 2009 11:16:29 -0400 Received: from [199.232.76.173] (port=48224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGwsD-0004KB-Bb for qemu-devel@nongnu.org; Wed, 17 Jun 2009 11:16:25 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40516) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGwsC-00016r-LY for qemu-devel@nongnu.org; Wed, 17 Jun 2009 11:16:24 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGwsB-0005R0-P1 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 11:16:24 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 4/4] Multiboot build system Date: Wed, 17 Jun 2009 16:16:15 +0100 References: <1245250604-6291-1-git-send-email-agraf@suse.de> <1245250604-6291-4-git-send-email-agraf@suse.de> <1245250604-6291-5-git-send-email-agraf@suse.de> In-Reply-To: <1245250604-6291-5-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171616.17033.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, rene@exactcode.de, Alexander Graf On Wednesday 17 June 2009, Alexander Graf wrote: > In order to build the multiboot option rom, we need a Makefile and a tool > to sign the rom with. This appears to assume $(CC) is a useful i386 compiler (or assembler), and that your object file contains no relocations. The former is not all that likely, and the latter is very fragile. Paul