hpux removal: regenerate configure files

fixincludes/ChangeLog:

	* configure: Regenerate.

libitm/ChangeLog:

	* configure: Regenerate.
This commit is contained in:
Martin Liska 2022-08-31 22:23:33 +02:00
parent dc832fb39f
commit ad8428c17a
2 changed files with 2 additions and 2 deletions

View file

@ -5347,7 +5347,7 @@ else
# Systems known to be in this category are Windows (all variants),
# VMS, and Darwin.
case "$host_os" in
*vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux11.00)
*vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
gcc_cv_func_mmap_dev_zero=no ;;
*)
gcc_cv_func_mmap_dev_zero=yes;;

2
libitm/configure vendored
View file

@ -16096,7 +16096,7 @@ else
# Systems known to be in this category are Windows (all variants),
# VMS, and Darwin.
case "$host_os" in
*vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux11.00)
*vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
gcc_cv_func_mmap_dev_zero=no ;;
*)
gcc_cv_func_mmap_dev_zero=yes;;