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
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:
https://git.rtems.org/sebh/rtems.git/commit/?h=b
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
@@ -1406,1