Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-17 Thread Sebastian Huber
On 18/03/2020 06:10, Chris Johns wrote: On 17/3/20 4:50 pm, Sebastian Huber wrote: On 17/03/2020 03:09, Chris Johns wrote: That follows the rtems/waf (new build system) convention by default. Do you mean the work Sebastian is doing? If you are, it currently might but that work is not finishe

Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-17 Thread Chris Johns
On 17/3/20 4:50 pm, Sebastian Huber wrote: > On 17/03/2020 03:09, Chris Johns wrote: > >>> That follows the rtems/waf (new build system) convention by default. >> Do you mean the work Sebastian is doing? If you are, it currently might but >> that >> work is not finished and it may change, partial

Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-16 Thread Sebastian Huber
On 17/03/2020 03:09, Chris Johns wrote: That follows the rtems/waf (new build system) convention by default. Do you mean the work Sebastian is doing? If you are, it currently might but that work is not finished and it may change, partially to make it consistent with this package. This has not b

Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-16 Thread Chris Johns
On 17/3/20 7:30 am, Hesham Almatary wrote: > Hi Chris, > > On Sun, 15 Mar 2020 at 21:09, Chris Johns > wrote: > > Hi Hesham, > > This is a great addition to rtems_waf, some comments below. > > On 16/3/20 2:56 am, Hesham Almatary wrote: > > --- > > 

Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-16 Thread Hesham Almatary
Hi Chris, On Sun, 15 Mar 2020 at 21:09, Chris Johns wrote: > Hi Hesham, > > This is a great addition to rtems_waf, some comments below. > > On 16/3/20 2:56 am, Hesham Almatary wrote: > > --- > > rtems.py | 85 +--- > > 1 file changed, 62 inser

Re: [PATCH] rtems: Add support for building with Clang/LLVM

2020-03-15 Thread Chris Johns
Hi Hesham, This is a great addition to rtems_waf, some comments below. On 16/3/20 2:56 am, Hesham Almatary wrote: > --- > rtems.py | 85 +--- > 1 file changed, 62 insertions(+), 23 deletions(-) > > diff --git a/rtems.py b/rtems.py > index ffb3