diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-10-01 22:52:09 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-10-01 22:52:09 +0000 |
commit | 2ce240d34e2eefed9937ded61dcfb6b92e41b608 (patch) | |
tree | b9128d37364a55de24dc8d6b44eb65a0e98b775d /gcc | |
parent | d638363161589a9ddd52e4ee6babc9e7a722e45e (diff) | |
download | gcc-2ce240d34e2eefed9937ded61dcfb6b92e41b608.zip gcc-2ce240d34e2eefed9937ded61dcfb6b92e41b608.tar.gz gcc-2ce240d34e2eefed9937ded61dcfb6b92e41b608.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/aclocal.m4 | 2 | ||||
-rwxr-xr-x | gcc/configure | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6ad7eb..d20632b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. + * configure: Rebuilt. + 2003-10-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * fold-const.c (make_range): When handling unsigned, don't reverse diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 25a8f96..eace6e0 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 b92c61f..c28c478 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;; |