Re: [PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-12 Thread Hesham Almatary
On Sun, 12 Apr 2020 at 17:10, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/04/2020 17:52, Hesham Almatary wrote: > > > Build multiple BSPs would fail without this patch as COMPILER > > is only being emitted once at the end of config.ini (last BSP). > > I think this was one

Re: [PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-12 Thread Sebastian Huber
On 11/04/2020 17:52, Hesham Almatary wrote: Build multiple BSPs would fail without this patch as COMPILER is only being emitted once at the end of config.ini (last BSP). I think this was one of the things I already fixed in one of your patches:

[PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-11 Thread Hesham Almatary
Build multiple BSPs would fail without this patch as COMPILER is only being emitted once at the end of config.ini (last BSP). --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wscript b/wscript index c763e214f..d4ca98afb 100755 --- a/wscript +++ b/wscript @@