From ad8428c17ae4167f74584fb455d964a0f73a057a Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 31 Aug 2022 22:23:33 +0200 Subject: [PATCH] hpux removal: regenerate configure files fixincludes/ChangeLog: * configure: Regenerate. libitm/ChangeLog: * configure: Regenerate. --- fixincludes/configure | 2 +- libitm/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fixincludes/configure b/fixincludes/configure index 52ec8db..b3bca66 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -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;; diff --git a/libitm/configure b/libitm/configure index f2a8038..18fc2d3 100755 --- a/libitm/configure +++ b/libitm/configure @@ -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;; -- 2.7.4