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

Joel Sherrill joel at rtems.org
Sun Apr 23 23:18:25 UTC 2023


Module:    rtems-examples
Branch:    master
Commit:    a221fbb0e4fa7bbb617c778f12d830e0690fcea8
Changeset: http://git.rtems.org/rtems-examples/commit/?id=a221fbb0e4fa7bbb617c778f12d830e0690fcea8

Author:    Joel Sherrill <joel at rtems.org>
Date:      Sun Apr 23 15:39:09 2023 -0500

c11/wscript: C11 concurrency does not require POSIX enabled

---

 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):
-        bld.recurse('c11_thread01 ')
-        bld.recurse('c11_mutex01 ')
-        bld.recurse('c11_cndvar01 ')
-        bld.recurse('c11_key01 ')
+    bld.recurse('c11_thread01 ')
+    bld.recurse('c11_mutex01 ')
+    bld.recurse('c11_cndvar01 ')
+    bld.recurse('c11_key01 ')



More information about the vc mailing list