From c535f36ca8457060a697a1f81410ac7172a018d8 Mon Sep 17 00:00:00 2001 From: danglin Date: Sat, 1 Nov 2003 02:34:58 +0000 Subject: * aclocal.m4: Blacklist ultrix* for mmap file. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73169 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/aclocal.m4') diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index ca7fa5c608d..9829363d549 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -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;; -- cgit v1.2.1