mirror of https://github.com/python/cpython
20 lines
472 B
Plaintext
20 lines
472 B
Plaintext
# config.site override for cross compiling to wasm32-wasi platform
|
|
#
|
|
# Written by Christian Heimes <christian@python.org>
|
|
|
|
# cannot be detected in cross builds
|
|
ac_cv_buggy_getaddrinfo=no
|
|
|
|
# WASI has no /dev/pt*
|
|
ac_cv_file__dev_ptmx=no
|
|
ac_cv_file__dev_ptc=no
|
|
|
|
# dummy readelf, WASI build does not need readelf.
|
|
ac_cv_prog_ac_ct_READELF=true
|
|
|
|
# get/setrlimit are not supported
|
|
ac_cv_header_sys_resource_h=no
|
|
|
|
# undefined symbols / unsupported features
|
|
ac_cv_func_eventfd=no
|