aclocal.m4: Blacklist ultrix* for mmap file.

* aclocal.m4: Blacklist ultrix* for mmap file.
	* configure: Rebuilt.

From-SVN: r73169
This commit is contained in:
John David Anglin 2003-11-01 02:34:58 +00:00 committed by John David Anglin
parent 2b256a4627
commit e31f8eda09
3 changed files with 5 additions and 2 deletions

View 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.

2
gcc/aclocal.m4 vendored
View 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;;

2
gcc/configure vendored
View File

@ -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;;