mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-12 23:25:02 +08:00
build: Do not require RTEMS_POSIX_API
This commit is contained in:
parent
0cd30949fc
commit
d17efd345d
4
wscript
4
wscript
@ -168,10 +168,6 @@ def options(opt):
|
|||||||
def bsp_configure(conf, arch_bsp):
|
def bsp_configure(conf, arch_bsp):
|
||||||
conf.check(header_name="dlfcn.h", features="c")
|
conf.check(header_name="dlfcn.h", features="c")
|
||||||
conf.check(header_name="rtems/pci.h", features="c", mandatory=False)
|
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):
|
if rtems.check_networking(conf):
|
||||||
conf.fatal(
|
conf.fatal(
|
||||||
"RTEMS kernel contains the old network support;" \
|
"RTEMS kernel contains the old network support;" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user