]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aclocal.m4: Blacklist ultrix* for mmap file.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 1 Nov 2003 02:34:58 +0000 (02:34 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Nov 2003 02:34:58 +0000 (02:34 +0000)
* aclocal.m4: Blacklist ultrix* for mmap file.
* configure: Rebuilt.

From-SVN: r73169

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index 4da2c7dfb5b616c8aa0bbe548c2df247c9e74845..2dfc201386d559e073fc131b4b021afb589f886f 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       * aclocal.m4: Blacklist ultrix* for mmap file.
+       * configure: Rebuilt.
+
        * function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable
        reg_parm_stack_space.
        * toplev.c (default_get_pch_validity): Fix warning.
index ca7fa5c608d1557705896d5c1e35c5bc4ae0668c..9829363d549af990f5004c296f7c043b53b48cb5 100644 (file)
@@ -424,7 +424,7 @@ else
    # read() to the same fd.  The only system known to have a problem here
    # is VMS, where text files have record structure.
    case "$host_os" in
-     vms*) 
+     vms* | ultrix*
         gcc_cv_func_mmap_file=no ;;
      *)
         gcc_cv_func_mmap_file=yes;;
index 4c193a5616a48dc5a8db1a0b62e0187af8048bab..274a14b205118d85c752c94dbbe6f0279957911c 100755 (executable)
@@ -4011,7 +4011,7 @@ else
    # read() to the same fd.  The only system known to have a problem here
    # is VMS, where text files have record structure.
    case "$host_os" in
-     vms*) 
+     vms* | ultrix*
         gcc_cv_func_mmap_file=no ;;
      *)
         gcc_cv_func_mmap_file=yes;;