build: Do not require RTEMS_POSIX_API

This commit is contained in:
Sebastian Huber 2022-06-10 08:01:00 +02:00
parent da3551ad94
commit c935f1def2

View File

@ -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;" \