diff options
author | DJ Delorie <dj@redhat.com> | 2001-02-07 01:06:43 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-02-07 01:06:43 +0000 |
commit | d7e7986bca6de6b75af9944e53f3c0ec213bb09f (patch) | |
tree | 2fa19a5e9ac9260548e8b4ad4844f83bf3ce0cc1 | |
parent | b1417ae1cc3fff5329e9a46b8223fa1f72983ac5 (diff) | |
download | newlib-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.zip newlib-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.tar.gz newlib-d7e7986bca6de6b75af9944e53f3c0ec213bb09f.tar.bz2 |
* configure: Output host type to stdout, not stderr.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-02-06 Ben Elliston <bje@redhat.com> + + * configure: Output host type to stdout, not stderr. + 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG> * config.guess: Import from subversions.gnu.org (revision 1.181). @@ -450,7 +450,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 |