summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/config.site-wasm32-wasi
blob: be26c46a148fe73e2b87d2f3f33adcf896624d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# config.site override for cross compiling to wasm32-wasi platform
#
# Written by Christian Heimes <christian@python.org>
# Partly based on pyodide's pyconfig.undefs.h file.


# 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

ac_cv_func_eventfd=no