OSDN Git Service

* aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Oct 2003 22:52:09 +0000 (22:52 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Oct 2003 22:52:09 +0000 (22:52 +0000)
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71999 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index c6ad7eb..d20632b 100644 (file)
@@ -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
index 25a8f96..eace6e0 100644 (file)
@@ -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;;
index b92c61f..c28c478 100755 (executable)
@@ -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;;