mirror of git://gcc.gnu.org/git/gcc.git
* configure: Output host type to stdout, not stderr.
From-SVN: r39505
This commit is contained in:
parent
df447210c3
commit
7739adfb17
|
@ -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>
|
2001-02-05 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
|
* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
|
||||||
|
|
|
@ -89,7 +89,7 @@ subdirs=
|
||||||
target_alias=NOTARGET
|
target_alias=NOTARGET
|
||||||
target_makefile_frag=
|
target_makefile_frag=
|
||||||
undefs=NOUNDEFS
|
undefs=NOUNDEFS
|
||||||
version="$Revision: 1.32 $"
|
version="$Revision: 1.33 $"
|
||||||
x11=default
|
x11=default
|
||||||
bindir='${exec_prefix}/bin'
|
bindir='${exec_prefix}/bin'
|
||||||
sbindir='${exec_prefix}/sbin'
|
sbindir='${exec_prefix}/sbin'
|
||||||
|
@ -457,7 +457,7 @@ case "${fatal}" in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "Configuring for a ${host_alias} host." 1>&2
|
echo "Configuring for a ${host_alias} host."
|
||||||
arguments="--host=$host_alias $arguments"
|
arguments="--host=$host_alias $arguments"
|
||||||
else
|
else
|
||||||
echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
|
echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
|
||||||
|
|
Loading…
Reference in New Issue