]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 1 Oct 2003 22:52:09 +0000 (22:52 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 1 Oct 2003 22:52:09 +0000 (22:52 +0000)
* aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
* configure: Rebuilt.

From-SVN: r71999

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index c6ad7eb1b1cca42168063216417b5fdffe8ce76e..d20632b3f92c5857f4d81e7a0c9bd68ad0374bc9 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 25a8f9615712bf2675209471952b7e6737492ec3..eace6e010b57df78cef66afa4fabce83b32b42ba 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 b92c61f5a1d77af29fa2a40f638d6bf4aa0c1164..c28c478f8682ceb310569fe77b49b7c84857b065 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;;