Re: [edk2-devel] [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

2019-09-19 Thread Ard Biesheuvel
On Thu, 19 Sep 2019 at 12:52, Leif Lindholm wrote: > > On Thu, Sep 19, 2019 at 12:38:00PM +0300, Ard Biesheuvel wrote: > > On Wed, 18 Sep 2019 at 15:27, Baptiste Gerondeau > > wrote: > > > > > > From: Baptiste GERONDEAU > > > > > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1750"; > > >

Re: [edk2-devel] [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

2019-09-19 Thread Leif Lindholm
On Thu, Sep 19, 2019 at 12:38:00PM +0300, Ard Biesheuvel wrote: > On Wed, 18 Sep 2019 at 15:27, Baptiste Gerondeau > wrote: > > > > From: Baptiste GERONDEAU > > > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1750"; > > > > Since RVCT shares the same assembler syntax as MSFT, use .asm file

Re: [edk2-devel] [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

2019-09-19 Thread Ard Biesheuvel
On Wed, 18 Sep 2019 at 15:27, Baptiste Gerondeau wrote: > > From: Baptiste GERONDEAU > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1750"; > > Since RVCT shares the same assembler syntax as MSFT, use .asm files > and associate them with MSFT, which would be a first step to addressing > th

[edk2-devel] [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

2019-09-18 Thread Baptiste Gerondeau
From: Baptiste GERONDEAU BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1750"; Since RVCT shares the same assembler syntax as MSFT, use .asm files and associate them with MSFT, which would be a first step to addressing the above Bugzilla issue. RVCT will also have to be erased from BaseTools

[edk2-devel] [PATCH 3/3] ARM/Assembler: Reuse RVCT assembler for MSFT build

2019-09-18 Thread Baptiste Gerondeau
From: Baptiste GERONDEAU BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1750"; Since RVCT shares the same assembler syntax as MSFT, use .asm files and associate them with MSFT, which would be a first step to addressing the above Bugzilla issue. RVCT will also have to be erased from BaseTools