[rtems-examples commit] hello/wscript: POSIX threads 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:    9865cdbdd4c908d05fb8d3dc0053a3d1665c5fa5
Changeset: http://git.rtems.org/rtems-examples/commit/?id=9865cdbdd4c908d05fb8d3dc0053a3d1665c5fa5

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

hello/wscript: POSIX threads does not require POSIX enabled

---

 hello/wscript | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/hello/wscript b/hello/wscript
index ca09158..b3cfd08 100644
--- a/hello/wscript
+++ b/hello/wscript
@@ -7,7 +7,6 @@ import rtems_waf.rtems as rtems
 
 def build(bld):
     bld.recurse('hello_world_c')
-    if rtems.check_posix(bld):
-        bld.recurse('posix_hello_world')
-        bld.recurse('both_hello')
+    bld.recurse('posix_hello_world')
+    bld.recurse('both_hello')
 



More information about the vc mailing list