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 | |
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
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 071e29d8e6c..90dec4d2e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-06 Ben Elliston <bje@redhat.com> + + * configure: Output host type to stdout, not stderr. + 2001-02-05 Mark Mitchell <mark@codesourcery.com> * ltcf-c.sh: Add support for -no-undefined under GNU/Linux. 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 |