From: Robert Millan
Date: Mon, 13 Apr 2009 16:29:10 +0200
> On Sat, Apr 11, 2009 at 01:08:31AM -0700, David Miller wrote:
>> index 7dfb854..b4f1353 100644
>> --- a/conf/i386-pc.rmk
>> +++ b/conf/i386-pc.rmk
>> @@ -17,26 +17,31 @@ pkglib_IMAGES = boot.img diskboot.img kernel.img
>> pxeboot.img ln
On Sat, Apr 11, 2009 at 01:08:31AM -0700, David Miller wrote:
> index 7dfb854..b4f1353 100644
> --- a/conf/i386-pc.rmk
> +++ b/conf/i386-pc.rmk
> @@ -17,26 +17,31 @@ pkglib_IMAGES = boot.img diskboot.img kernel.img
> pxeboot.img lnxboot.img \
> boot_img_SOURCES = boot/i386/pc/boot.S
> boot_img_A
From: David Miller
Date: Sat, 11 Apr 2009 04:46:44 -0700 (PDT)
> From: "Yoshinori K. Okuji"
> Date: Sat, 11 Apr 2009 19:23:23 +0900
>
>> 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-
From: "Yoshinori K. Okuji"
Date: Sat, 11 Apr 2009 19:23:23 +0900
> 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-u
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
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.
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 :-)
2009-04-11 Da