|
|
| version 1.61.2.1, 2026/05/19 15:56:20 | version 1.62, 2026/05/20 04:07:04 |
|---|---|
| Line 716 enable_epoll | Line 716 enable_epoll |
| enable_kqueue | enable_kqueue |
| with_kq_events | with_kq_events |
| with_elwix | with_elwix |
| enable_atomic | |
| ' | ' |
| ac_precious_vars='build_alias | ac_precious_vars='build_alias |
| host_alias | host_alias |
| Line 1352 Optional Features: | Line 1353 Optional Features: |
| --enable-aio Build scheduler library with AIO operations | --enable-aio Build scheduler library with AIO operations |
| --enable-epoll Enable epoll support (only under Linux) | --enable-epoll Enable epoll support (only under Linux) |
| --disable-kqueue Disable kqueue support | --disable-kqueue Disable kqueue support |
| --enable-atomic Enable atomic lock support | |
| Optional Packages: | Optional Packages: |
| --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| Line 4610 fi | Line 4612 fi |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 |
| printf "%s\n" "$ELWIX" >&6; } | printf "%s\n" "$ELWIX" >&6; } |
| ATOMIC=no | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Enable atomic lock support" >&5 | |
| printf %s "checking Enable atomic lock support... " >&6; } | |
| # Check whether --enable-atomic was given. | |
| if test ${enable_atomic+y} | |
| then : | |
| enableval=$enable_atomic; ATOMIC=$enableval | |
| case "$enableval" in | |
| yes) | |
| printf "%s\n" "#define ATOMIC_SUPPORT /**/" >>confdefs.h | |
| ;; | |
| *) | |
| ;; | |
| esac | |
| fi | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ATOMIC" >&5 | |
| printf "%s\n" "$ATOMIC" >&6; } | |
| DEBIAN_ARCH=$target_cpu | DEBIAN_ARCH=$target_cpu |
| if test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l" | if test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l" |