summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-01 22:52:09 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-01 22:52:09 +0000
commit22ed000fbf7011f4786181f7782aa2e851d6ba3e (patch)
treeb9128d37364a55de24dc8d6b44eb65a0e98b775d
parent71e588f381eb86e66557e181ee0fac46118a1b66 (diff)
downloadgcc-22ed000fbf7011f4786181f7782aa2e851d6ba3e.tar.gz
* aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
* configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71999 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/aclocal.m42
-rwxr-xr-xgcc/configure2
3 files changed, 7 insertions, 2 deletions
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 <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 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;;