From: Martin Liska Date: Wed, 31 Aug 2022 20:23:33 +0000 (+0200) Subject: hpux removal: regenerate configure files X-Git-Tag: basepoints/gcc-14~4885 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad8428c17ae4167f74584fb455d964a0f73a057a;p=thirdparty%2Fgcc.git hpux removal: regenerate configure files fixincludes/ChangeLog: * configure: Regenerate. libitm/ChangeLog: * configure: Regenerate. --- diff --git a/fixincludes/configure b/fixincludes/configure index 52ec8db0f892..b3bca666a4d0 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 f2a80380c4b0..18fc2d3a10a7 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;;