diff options
author | Ben Elliston <bje@redhat.com> | 2001-02-07 01:03:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-02-06 20:03:16 -0500 |
commit | 7739adfb17bdef58039b9c5aef0f33bd5f2fabf5 (patch) | |
tree | 1565b486cefe66e622b4d5f90c1463739d0e0e61 | |
parent | df447210c354fd23950cc3d076559555f1091548 (diff) | |
download | gcc-7739adfb17bdef58039b9c5aef0f33bd5f2fabf5.zip gcc-7739adfb17bdef58039b9c5aef0f33bd5f2fabf5.tar.gz gcc-7739adfb17bdef58039b9c5aef0f33bd5f2fabf5.tar.bz2 |
* configure: Output host type to stdout, not stderr.
From-SVN: r39505
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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. @@ -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 |