From 9865cdbdd4c908d05fb8d3dc0053a3d1665c5fa5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Apr 2023 15:39:37 -0500 Subject: 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') -- cgit v1.2.3