Re: [PATCH rtems-examples 1/6] c11/wscript: C11 concurrency does not require POSIX enabled

2023-04-23 Thread Chris Johns
Looks good. Chris On 24/4/2023 6:44 am, Joel Sherrill wrote: > --- > c11/wscript | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/c11/wscript b/c11/wscript > index 151c591..eeb60a9 100644 > --- a/c11/wscript > +++ b/c11/wscript > @@ -6,8 +6,7 @@ > import

[PATCH rtems-examples 1/6] c11/wscript: C11 concurrency does not require POSIX enabled

2023-04-23 Thread Joel Sherrill
--- c11/wscript | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/c11/wscript b/c11/wscript index 151c591..eeb60a9 100644 --- a/c11/wscript +++ b/c11/wscript @@ -6,8 +6,7 @@ import rtems_waf.rtems as rtems def build(bld): -if rtems.check_posix(bld): -