Re: [OE-core] [PATCH v2] grub: add -Wno-error=trampolines to native CFLAGS

2016-06-26 Thread Khem Raj
> On Jun 26, 2016, at 7:00 PM, ChenQi wrote: > > On 06/24/2016 10:04 PM, Khem Raj wrote: >> On Thu, Jun 23, 2016 at 11:19 PM, ChenQi wrote: >>> Hi, >>> >>> Is the error still there for gcc6 without this option for CFLAGS? >>> The problem is that

Re: [OE-core] [PATCH v2] grub: add -Wno-error=trampolines to native CFLAGS

2016-06-26 Thread ChenQi
On 06/24/2016 10:04 PM, Khem Raj wrote: On Thu, Jun 23, 2016 at 11:19 PM, ChenQi wrote: Hi, Is the error still there for gcc6 without this option for CFLAGS? The problem is that gcc on some old hosts don't support this option. how old is the host. We should start

Re: [OE-core] [PATCH v2] grub: add -Wno-error=trampolines to native CFLAGS

2016-06-24 Thread Khem Raj
On Thu, Jun 23, 2016 at 11:19 PM, ChenQi wrote: > Hi, > > Is the error still there for gcc6 without this option for CFLAGS? > The problem is that gcc on some old hosts don't support this option. how old is the host. We should start recommending minimum required GCC version

Re: [OE-core] [PATCH v2] grub: add -Wno-error=trampolines to native CFLAGS

2016-06-24 Thread ChenQi
Hi, Is the error still there for gcc6 without this option for CFLAGS? The problem is that gcc on some old hosts don't support this option. Best Regards, Chen Qi On 03/18/2016 09:30 AM, Randle, William C wrote: Previous patch was not against master. Updated against master branch. Fixes YOCTO

Re: [OE-core] [PATCH v2] grub: add -Wno-error=trampolines to native CFLAGS

2016-03-19 Thread Lopez, Mariano
On 3/17/2016 7:30 PM, Randle, William C wrote: Previous patch was not against master. Updated against master branch. Fixes YOCTO 9201 Adds -Wno-error=trampolines to native CFLAGS prevent multiple compile errors when using gcc 5.3.0 for gentoo. Signed-off-by: Bill Randle