File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ac_cv_file__dev_ptmx=no
2+ ac_cv_file__dev_ptc=no
3+ ac_cv_func_dlopen=yes
4+ ac_cv_lib_socket_socket=no
5+ ac_cv_header_linux_vm_sockets_h=yes
6+ ac_cv_little_endian_double=yes
7+ ax_cv_c_float_words_bigendian=no
8+
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ case $maybe_os in
118118 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd* -gnu* | \
119119 knetbsd* -gnu* | netbsd* -gnu* | netbsd* -eabi* | \
120120 kopensolaris* -gnu* | cloudabi* -eabi* | \
121- storm-chaos* | os2-emx* | rtmk-nova* )
121+ storm-chaos* | os2-emx* | rtmk-nova* | wasi )
122122 os=-$maybe_os
123123 basic_machine=` echo " $1 " | sed ' s/^\(.*\)-\([^-]*-[^-]*\)$/\1/' `
124124 ;;
@@ -1524,6 +1524,8 @@ case $os in
15241524 ;;
15251525 -nacl* )
15261526 ;;
1527+ -wasi* )
1528+ ;;
15271529 -ios)
15281530 ;;
15291531 -none)
Original file line number Diff line number Diff line change @@ -3274,6 +3274,9 @@ then
32743274 * -* -vxworks* )
32753275 ac_sys_system=VxWorks
32763276 ;;
3277+ * -* -wasi* )
3278+ ac_sys_system=Wasi
3279+ ;;
32773280 * )
32783281 # for now, limit cross builds to known configurations
32793282 MACHDEP=" unknown"
@@ -3324,6 +3327,9 @@ if test "$cross_compiling" = yes; then
33243327 * -* -vxworks* )
33253328 _host_cpu=$host_cpu
33263329 ;;
3330+ * -* -wasi* )
3331+ _host_cpu=
3332+ ;;
33273333 * )
33283334 # for now, limit cross builds to known configurations
33293335 MACHDEP=" unknown"
Original file line number Diff line number Diff line change 382382 *-*-vxworks*)
383383 ac_sys_system=VxWorks
384384 ;;
385+ *-*-wasi*)
386+ ac_sys_system=Wasi
387+ ;;
385388 *)
386389 # for now, limit cross builds to known configurations
387390 MACHDEP="unknown"
@@ -431,6 +434,9 @@ if test "$cross_compiling" = yes; then
431434 *-*-vxworks*)
432435 _host_cpu=$host_cpu
433436 ;;
437+ *-*-wasi*)
438+ _host_cpu=
439+ ;;
434440 *)
435441 # for now, limit cross builds to known configurations
436442 MACHDEP="unknown"
You can’t perform that action at this time.
0 commit comments