diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-10-01 19:25:36 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-10-01 19:25:36 +0000 |
commit | fecba15f017a9103391f1596f76c69bed0528e99 (patch) | |
tree | a8e18fad2317c77a7be96cddd47d8bbd2551edf7 /gcc/configure | |
parent | c14aea876fe087094419de69bb40e3de6b832fe3 (diff) | |
download | gcc-fecba15f017a9103391f1596f76c69bed0528e99.zip gcc-fecba15f017a9103391f1596f76c69bed0528e99.tar.gz gcc-fecba15f017a9103391f1596f76c69bed0528e99.tar.bz2 |
aclocal.m4: Add ultrix* to /dev/zero blacklist.
* aclocal.m4: Add ultrix* to /dev/zero blacklist.
* configure: Rebuilt.
From-SVN: r71987
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index aee5b71..b92c61f 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;; |