]> git.ipfire.org Git - thirdparty/gcc.git/commit
aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not allow mmap from /dev/zero.
authorGeoffrey Keating <geoffk@apple.com>
Sat, 23 Nov 2002 00:20:13 +0000 (00:20 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 23 Nov 2002 00:20:13 +0000 (00:20 +0000)
commit199cbacc9083bdb7d02bae97a2986a213e4a8929
tree2746f5cb8d456ca3c60d7dabc7db8a51a3a150cf
parent05abed76a9a443782d8bf3aee18ccc6f3e5fa8dc
aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not allow mmap from /dev/zero.

* aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
allow mmap from /dev/zero.  Don't make decisions for the host
based on presence or absence of /dev/zero on the build machine.
(ac_cv_func_mmap_anon): Darwin does have working MMAP_ANON.
(AC_FUNC_MMAP_FILE): Darwin does have mmap of a file.
* configure: Regenerate.

From-SVN: r59394
gcc/ChangeLog
gcc/aclocal.m4
gcc/configure