[rtems-libbsd commit] build: Do not require RTEMS_POSIX_API

Sebastian Huber sebh at rtems.org
Wed Jun 22 15:18:50 UTC 2022


Module:    rtems-libbsd
Branch:    6-freebsd-12
Commit:    c935f1def2c28071e3b25f5a9233a78aa785809d
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=c935f1def2c28071e3b25f5a9233a78aa785809d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jun 10 08:01:00 2022 +0200

build: Do not require RTEMS_POSIX_API

---

 wscript | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/wscript b/wscript
index bfdcc91c..7b8f4d31 100644
--- a/wscript
+++ b/wscript
@@ -170,10 +170,6 @@ def options(opt):
 def bsp_configure(conf, arch_bsp):
     conf.check(header_name="dlfcn.h", features="c")
     conf.check(header_name="rtems/pci.h", features="c", mandatory=False)
-    if not rtems.check_posix(conf):
-        conf.fatal(
-            "RTEMS kernel POSIX support is disabled; configure RTEMS with --enable-posix"
-        )
     if rtems.check_networking(conf):
         conf.fatal(
             "RTEMS kernel contains the old network support;" \



More information about the vc mailing list