OSDN Git Service

* aclocal.m4: Blacklist ultrix* for mmap file.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2003 02:34:58 +0000 (02:34 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2003 02:34:58 +0000 (02:34 +0000)
* configure: Rebuilt.

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

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index 4da2c7d..2dfc201 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 ca7fa5c..9829363 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 4c193a5..274a14b 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;;