Commit e31f8eda by John David Anglin Committed by John David Anglin

aclocal.m4: Blacklist ultrix* for mmap file.

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

From-SVN: r73169
parent 2b256a46
2003-10-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 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 * function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable
reg_parm_stack_space. reg_parm_stack_space.
* toplev.c (default_get_pch_validity): Fix warning. * toplev.c (default_get_pch_validity): Fix warning.
......
...@@ -424,7 +424,7 @@ else ...@@ -424,7 +424,7 @@ else
# read() to the same fd. The only system known to have a problem here # read() to the same fd. The only system known to have a problem here
# is VMS, where text files have record structure. # is VMS, where text files have record structure.
case "$host_os" in case "$host_os" in
vms*) vms* | ultrix*)
gcc_cv_func_mmap_file=no ;; gcc_cv_func_mmap_file=no ;;
*) *)
gcc_cv_func_mmap_file=yes;; gcc_cv_func_mmap_file=yes;;
......
...@@ -4011,7 +4011,7 @@ else ...@@ -4011,7 +4011,7 @@ else
# read() to the same fd. The only system known to have a problem here # read() to the same fd. The only system known to have a problem here
# is VMS, where text files have record structure. # is VMS, where text files have record structure.
case "$host_os" in case "$host_os" in
vms*) vms* | ultrix*)
gcc_cv_func_mmap_file=no ;; gcc_cv_func_mmap_file=no ;;
*) *)
gcc_cv_func_mmap_file=yes;; gcc_cv_func_mmap_file=yes;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment