Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 18:00 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > -mcmodel=large is not supported by gcc with version lower > than 4.4, but we don't need to use memory over 4GiB, so add > a patch to allow compilation without large model support. > > Signed-off-by: Jac

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 6:06 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 11:00, jackie.hu...@windriver.com wrote: +Upstream-Status: Inappropriate [compatibility] Should be backport as I'm about to commit my patch upstream once I've finished xen part and some documentation pertaining

[OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jackie.huang
From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large model support. Signed-off-by: Jackie Huang --- ...allow-a-compilation-without-mcmodel-large.patch | 141 ++

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 4:13 PM, jhuang0 wrote: On 11/22/2013 4:00 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 08:23, jackie.hu...@windriver.com wrote: From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 4:00 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 08:23, jackie.hu...@windriver.com wrote: From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation wit

[OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread jackie.huang
From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large model support. Signed-off-by: Jackie Huang --- ...allow-a-compilation-without-mcmodel-large.patch | 81 +++

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread jhuang0
On 11/22/2013 1:04 PM, Darren Hart wrote: On Fri, 2013-11-22 at 11:37 +0800, jhuang0 wrote: On 11/22/2013 10:49 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread Darren Hart
On Fri, 2013-11-22 at 11:37 +0800, jhuang0 wrote: > > On 11/22/2013 10:49 AM, Darren Hart wrote: > > On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: > >> From: Jackie Huang > >> > >> -mcmodel=large is not supported by gcc with version lower > >> than 4.4, but we don't need to

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread jhuang0
On 11/22/2013 10:49 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread Darren Hart
On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > -mcmodel=large is not supported by gcc with version lower > than 4.4, but we don't need to use memory over 4GiB, so add > a patch to allow compilation without large model support. > > Signed-off-by: Jac

[OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-19 Thread jackie.huang
From: Jackie Huang -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large model support. Signed-off-by: Jackie Huang --- ...allow-a-compilation-without-mcmodel-large.patch | 69 +++