From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KJVOp-0005yN-Oc for mharc-grub-devel@gnu.org; Thu, 17 Jul 2008 11:28:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJVOn-0005xP-Mx for grub-devel@gnu.org; Thu, 17 Jul 2008 11:28:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJVOn-0005xC-92 for grub-devel@gnu.org; Thu, 17 Jul 2008 11:28:05 -0400 Received: from [199.232.76.173] (port=48858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJVOn-0005x9-1s for grub-devel@gnu.org; Thu, 17 Jul 2008 11:28:05 -0400 Received: from c60.cesmail.net ([216.154.195.49]:25956) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KJVOm-00084R-3P for grub-devel@gnu.org; Thu, 17 Jul 2008 11:28:04 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 17 Jul 2008 11:28:03 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 1221F4F1869 for ; Thu, 17 Jul 2008 11:28:03 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <487392C9.40208@isaac.cedarswampstudios.org> <20080712144131.GE25455@thorin> <20080712171052.GA29804@thorin> <1216306949.21767.20.camel@localhost> Content-Type: text/plain Date: Thu, 17 Jul 2008 11:28:02 -0400 Message-Id: <1216308482.16120.7.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] New x86_64 EFI patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 15:28:06 -0000 On Thu, 2008-07-17 at 23:18 +0800, Bean wrote: > Hi, > > To compile 32-bit efi: > > ./configure --platform=efi --target=i386 > > To compile 64-bit efi: > > ./configure --platform=efi --target=x86_64 > > This works in i386 and x86_64 host. If you don't use --target, it will > build native image. It won't. There is no default defined for x86_64. I'm fixing it now. -- Regards, Pavel Roskin