mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 17:21:03 +08:00
aclocal.m4: Blacklist ultrix* for mmap file.
* aclocal.m4: Blacklist ultrix* for mmap file. * configure: Rebuilt. From-SVN: r73169
This commit is contained in:
parent
2b256a4627
commit
e31f8eda09
@ -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
2
gcc/aclocal.m4
vendored
@ -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
2
gcc/configure
vendored
@ -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;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user