[PATCH rtems-examples 2/6] hello/wscript: POSIX threads does not require POSIX enabled
Joel Sherrill
joel at rtems.org
Sun Apr 23 20:44:44 UTC 2023
---
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')
--
1.8.3.1
More information about the devel
mailing list