Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-07 Thread Laszlo Ersek
On 03/07/18 10:12, Ard Biesheuvel wrote: > On 7 March 2018 at 09:11, Laszlo Ersek wrote: >> On 03/07/18 07:43, Gao, Liming wrote: >>> Laszlo: >>> We just find this change causes XCODE5 build failure, because XCODE >>> compiler doesn't know these two options. So, could you

Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-07 Thread Ard Biesheuvel
On 7 March 2018 at 09:11, Laszlo Ersek wrote: > On 03/07/18 07:43, Gao, Liming wrote: >> Laszlo: >> We just find this change causes XCODE5 build failure, because XCODE >> compiler doesn't know these two options. So, could you provide the patch to >> remove the change in

Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-07 Thread Laszlo Ersek
ao, >> Liming >> Sent: Monday, March 5, 2018 10:14 PM >> To: Laszlo Ersek <ler...@redhat.com>; edk2-devel-01 <edk2-devel@lists.01.org> >> Cc: Paolo Bonzini <pbonz...@redhat.com>; Cole Robinson >> <crobi...@redhat.com>; Ard Biesheuvel <a

Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-06 Thread Gao, Liming
ni <pbonz...@redhat.com>; Cole Robinson <crobi...@redhat.com>; > Ard Biesheuvel <ard.biesheu...@linaro.org> > Subject: Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils > compile with gcc-8 > > Reviewed-by: Liming Gao <liming@intel.com&g

Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-05 Thread Laszlo Ersek
On 03/05/18 15:13, Gao, Liming wrote: > Reviewed-by: Liming Gao Thank you, Liming; I pushed the series as commit range 20203d3f98d6..9de306701312. Laszlo >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Saturday, March 03, 2018 2:09

Re: [edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-05 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Laszlo Ersek [mailto:ler...@redhat.com] >Sent: Saturday, March 03, 2018 2:09 AM >To: edk2-devel-01 >Cc: Ard Biesheuvel ; Cole Robinson >;

[edk2] [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8

2018-03-02 Thread Laszlo Ersek
Repo: https://github.com/lersek/edk2.git Branch: basetools_gcc8 Once these patches are applied to the build flags and the source code of the build utilities themselves, OVMF builds fine with gcc-8, using the GCC5 toolchain settings without any changes. Regression-tested with gcc-4.8 / x86_64.