From: John David Anglin Date: Wed, 1 Oct 2003 22:52:09 +0000 (+0000) Subject: aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ce240d34e2eefed9937ded61dcfb6b92e41b608;p=gcc.git aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. * configure: Rebuilt. From-SVN: r71999 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6ad7eb1b1c..d20632b3f92 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-01 John David Anglin + + * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. + * configure: Rebuilt. + 2003-10-01 Richard Kenner * fold-const.c (make_range): When handling unsigned, don't reverse diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 25a8f961571..eace6e010b5 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -442,7 +442,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*) + 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/gcc/configure b/gcc/configure index b92c61f5a1d..c28c478f868 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3992,7 +3992,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*) + vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00) gcc_cv_func_mmap_dev_zero=no ;; *) gcc_cv_func_mmap_dev_zero=yes;;