From: John David Anglin Date: Sat, 1 Nov 2003 02:34:58 +0000 (+0000) Subject: aclocal.m4: Blacklist ultrix* for mmap file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e31f8eda092b52f32ef920253f92396a51ed0292;p=gcc.git aclocal.m4: Blacklist ultrix* for mmap file. * aclocal.m4: Blacklist ultrix* for mmap file. * configure: Rebuilt. From-SVN: r73169 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4da2c7dfb5b..2dfc201386d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-10-31 John David Anglin + * 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. 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;; diff --git a/gcc/configure b/gcc/configure index 4c193a5616a..274a14b2051 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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;;