diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-07 01:03:16 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-07 01:03:16 +0000 |
commit | 60611395798fa12c359b85652e05ea61c6af072a (patch) | |
tree | 1565b486cefe66e622b4d5f90c1463739d0e0e61 /configure | |
parent | b7b8ae12d42228125b397d2f0138724fc3bef992 (diff) | |
download | gcc-60611395798fa12c359b85652e05ea61c6af072a.tar.gz |
* configure: Output host type to stdout, not stderr.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 1b4d2e33695..ec87e327fc9 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.32 $" +version="$Revision: 1.33 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -457,7 +457,7 @@ case "${fatal}" in fi ;; esac - echo "Configuring for a ${host_alias} host." 1>&2 + echo "Configuring for a ${host_alias} host." arguments="--host=$host_alias $arguments" else echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2 |