summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-10 08:01:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-22 17:27:11 +0200
commitd17efd345d542dfb63b78a8868fa9848c2f6372b (patch)
tree0e9c07517c54e18087920b19d8f82f700a5e9a5f
parentnetstat: Do not use signals (diff)
downloadrtems-libbsd-d17efd345d542dfb63b78a8868fa9848c2f6372b.tar.bz2
build: Do not require RTEMS_POSIX_API
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 745ee6f8..574f0168 100644
--- a/wscript
+++ b/wscript
@@ -168,10 +168,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;" \