Commit fecba15f by John David Anglin Committed by John David Anglin

aclocal.m4: Add ultrix* to /dev/zero blacklist.

	* aclocal.m4: Add ultrix* to /dev/zero blacklist.
	* configure: Rebuilt.

From-SVN: r71987
parent c14aea87
2003-10-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* aclocal.m4: Add ultrix* to /dev/zero blacklist.
* configure: Rebuilt.
2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change. * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.
......
...@@ -442,7 +442,7 @@ else ...@@ -442,7 +442,7 @@ else
# Systems known to be in this category are Windows (all variants), # Systems known to be in this category are Windows (all variants),
# VMS, and Darwin. # VMS, and Darwin.
case "$host_os" in case "$host_os" in
vms* | cygwin* | pe | mingw* | darwin*) vms* | cygwin* | pe | mingw* | darwin* | ultrix*)
gcc_cv_func_mmap_dev_zero=no ;; gcc_cv_func_mmap_dev_zero=no ;;
*) *)
gcc_cv_func_mmap_dev_zero=yes;; gcc_cv_func_mmap_dev_zero=yes;;
......
...@@ -609,7 +609,7 @@ fi ...@@ -609,7 +609,7 @@ fi
# Determine the host, build, and target systems # Determine the host, build, and target systems
ac_aux_dir= ac_aux_dir=
for ac_dir in ${GNUSYSTEM_AUX_DIR} $srcdir $srcdir/.. $srcdir/../..; do for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c" ac_install_sh="$ac_aux_dir/install-sh -c"
...@@ -3992,7 +3992,7 @@ else ...@@ -3992,7 +3992,7 @@ else
# Systems known to be in this category are Windows (all variants), # Systems known to be in this category are Windows (all variants),
# VMS, and Darwin. # VMS, and Darwin.
case "$host_os" in case "$host_os" in
vms* | cygwin* | pe | mingw* | darwin*) vms* | cygwin* | pe | mingw* | darwin* | ultrix*)
gcc_cv_func_mmap_dev_zero=no ;; gcc_cv_func_mmap_dev_zero=no ;;
*) *)
gcc_cv_func_mmap_dev_zero=yes;; gcc_cv_func_mmap_dev_zero=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