mirror of git://gcc.gnu.org/git/gcc.git
hpux removal: regenerate configure files
fixincludes/ChangeLog: * configure: Regenerate. libitm/ChangeLog: * configure: Regenerate.
This commit is contained in:
parent
dc832fb39f
commit
ad8428c17a
|
@ -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;;
|
||||
|
|
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue