summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-02-07 01:06:43 +0000
committerDJ Delorie <dj@delorie.com>2001-02-07 01:06:43 +0000
commitb18260f61d02080085fadf74728ad24922660343 (patch)
treed837981dd80c27f139cf149e11f749f4b37665bb /configure
parent158dd15f070d4302a5bab61d4e16d0b7cb4a152a (diff)
downloadgdb-b18260f61d02080085fadf74728ad24922660343.tar.gz
* configure: Output host type to stdout, not stderr.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dfc176263cf..ae89f40c831 100755
--- a/configure
+++ b/configure
@@ -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