From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LsaMs-0002wv-MV for mharc-grub-devel@gnu.org; Sat, 11 Apr 2009 06:23:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsaMq-0002we-Gl for grub-devel@gnu.org; Sat, 11 Apr 2009 06:23:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsaMp-0002wE-Ou for grub-devel@gnu.org; Sat, 11 Apr 2009 06:23:19 -0400 Received: from [199.232.76.173] (port=46354 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsaMp-0002wB-KV for grub-devel@gnu.org; Sat, 11 Apr 2009 06:23:19 -0400 Received: from mail.nexedi.com ([91.121.25.85]:43281 helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsaMp-00025z-BB for grub-devel@gnu.org; Sat, 11 Apr 2009 06:23:19 -0400 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id E3E593D9FA for ; Sat, 11 Apr 2009 12:23:17 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 11 Apr 2009 19:23:23 +0900 User-Agent: KMail/1.9.10 References: <20090411.010831.253612421.davem@davemloft.net> In-Reply-To: <20090411.010831.253612421.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904111923.23652.okuji@enbug.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files. 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: Sat, 11 Apr 2009 10:23:21 -0000 On Saturday 11 April 2009 17:08:31 David Miller wrote: > This patch allows a platform to specify the image file output > format, it also adds the --strip-unneeded option to the objcopy > invocation as well. IIRC, --strip-unneeded was dangerous. > I've left the i386-pc.mk portion of this patch out of the posting, > but rest assured I will check that part in once this gets an ACK :-) I don't like "IMG_FMT". How about "FORMAT"? If too ambiguous, "IMAGE_FORMAT". I prefer not to use uncommon abbrevs. Regards, Okuji