From fecba15f017a9103391f1596f76c69bed0528e99 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 1 Oct 2003 19:25:36 +0000 Subject: [PATCH] aclocal.m4: Add ultrix* to /dev/zero blacklist. * aclocal.m4: Add ultrix* to /dev/zero blacklist. * configure: Rebuilt. From-SVN: r71987 --- gcc/ChangeLog | 5 +++++ gcc/aclocal.m4 | 2 +- gcc/configure | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ae0fbd432e..5a5006efe73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-01 John David Anglin + + * aclocal.m4: Add ultrix* to /dev/zero blacklist. + * configure: Rebuilt. + 2003-10-01 Rainer Orth * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change. diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 9cd18a17c4c..25a8f961571 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -442,7 +442,7 @@ else # Systems known to be in this category are Windows (all variants), # VMS, and Darwin. 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=yes;; diff --git a/gcc/configure b/gcc/configure index aee5b71b4e4..b92c61f5a1d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -609,7 +609,7 @@ fi # Determine the host, build, and target systems 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 ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -3992,7 +3992,7 @@ else # Systems known to be in this category are Windows (all variants), # VMS, and Darwin. 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=yes;; -- 2.30.2