Re: [edk2] [PATCH 5/5] BaseTools ARM: add CLANG35 support

2015-12-14 Thread Gao, Liming
5/5] BaseTools ARM: add CLANG35 support (adding Yonghong and Liming) On 14 December 2015 at 17:25, Ard Biesheuvel wrote: > This extends the existing CLANG35 toolchain definition with support > for building for the ARM architecture. In order to be able to reuse > the existin

Re: [edk2] [PATCH 5/5] BaseTools ARM: add CLANG35 support

2015-12-14 Thread Leif Lindholm
On Mon, Dec 14, 2015 at 05:25:06PM +0100, Ard Biesheuvel wrote: > This extends the existing CLANG35 toolchain definition with support for > building for the ARM architecture. In order to be able to reuse the existing > ARM GCC definitions as much as possible, the following changes have been > made

[edk2] [PATCH 5/5] BaseTools ARM: add CLANG35 support

2015-12-14 Thread Ard Biesheuvel
This extends the existing CLANG35 toolchain definition with support for building for the ARM architecture. In order to be able to reuse the existing ARM GCC definitions as much as possible, the following changes have been made to the existing ARM GCC support: - the -mapcs option has been removed; i

Re: [edk2] [PATCH 5/5] BaseTools ARM: add CLANG35 support

2015-12-14 Thread Ard Biesheuvel
(adding Yonghong and Liming) On 14 December 2015 at 17:25, Ard Biesheuvel wrote: > This extends the existing CLANG35 toolchain definition with support for > building for the ARM architecture. In order to be able to reuse the existing > ARM GCC definitions as much as possible, the following change