Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-23 Thread Ard Biesheuvel
On 23 July 2016 at 03:34, Jordan Justen wrote: > On 2016-07-22 14:46:54, Ard Biesheuvel wrote: >> On 22 July 2016 at 23:19, Jordan Justen wrote: >> > I think the subject should include be something like "add GCC5 >> > toolchain for

Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-22 Thread Jordan Justen
On 2016-07-22 14:46:54, Ard Biesheuvel wrote: > On 22 July 2016 at 23:19, Jordan Justen wrote: > > I think the subject should include be something like "add GCC5 > > toolchain for X64/AARCH64 with LTO support". > > > > On 2016-07-18 05:09:15, Ard Biesheuvel wrote: > >>

Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-22 Thread Ard Biesheuvel
On 22 July 2016 at 23:19, Jordan Justen wrote: > I think the subject should include be something like "add GCC5 > toolchain for X64/AARCH64 with LTO support". > > On 2016-07-18 05:09:15, Ard Biesheuvel wrote: >> This adds support for GCC 5.x in LTO mode for IA32, X64,

Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-22 Thread Jordan Justen
I think the subject should include be something like "add GCC5 toolchain for X64/AARCH64 with LTO support". On 2016-07-18 05:09:15, Ard Biesheuvel wrote: > This adds support for GCC 5.x in LTO mode for IA32, X64, ARM and > AARCH64. Due to the fact that the GCC project switched to a new >

Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-22 Thread Ard Biesheuvel
On 22 July 2016 at 10:38, Gao, Liming wrote: > Ard: > I have some comments on GCC5 DLINK PATH definition. *_GCC5_*_DLINK_PATH > = $(EDK_TOOLS_PATH)/Scripts/lto-ld-wrapper.py > 1) It directly points to python script. In OS, python script need be trigged > by

Re: [edk2] [PATCH v2 2/2] BaseTools GCC: add support for GCC/X64 and GCC/AARCH64 in LTO mode

2016-07-22 Thread Gao, Liming
Ard: I have some comments on GCC5 DLINK PATH definition. *_GCC5_*_DLINK_PATH = $(EDK_TOOLS_PATH)/Scripts/lto-ld-wrapper.py 1) It directly points to python script. In OS, python script need be trigged by python execute. 2) Most windows users directly use the binary base tools.