configure.in: Use target, not target_alias, when matching triplet patterns.

2002-10-18  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in:  Use target, not target_alias, when matching triplet
	patterns.
	* configure:  Regenerate.

From-SVN: r58270
This commit is contained in:
Phil Edwards 2002-10-18 04:46:54 +00:00
parent 7b35bba35d
commit a0f27776ac
3 changed files with 1261 additions and 1266 deletions

View File

@ -1,3 +1,9 @@
2002-10-18 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Use target, not target_alias, when matching triplet
patterns.
* configure: Regenerate.
2002-10-17 Momchil Velikov <velco@fadata.bg>
Loren J. Rittle <ljrittle@acm.org>

2515
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then
# GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
# GLIBCPP_CHECK_MATH_SUPPORT
case "$target_alias" in
case "$target" in
*-linux*)
os_include_dir="os/gnu-linux"
AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
@ -147,7 +147,7 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then
AC_DEFINE(HAVE_COPYSIGNF)
AC_DEFINE(HAVE_FREXPF)
AC_DEFINE(HAVE_HYPOT)
case "$target_alias" in
case "$target" in
*-hpux10*)
AC_DEFINE(HAVE_FINITE)
AC_DEFINE(HAVE_FINITEF)
@ -257,7 +257,7 @@ changequote([,])dnl
;;
esac
case "$target_alias" in
case "$target" in
*-mingw32*)
;;
*-windiss*)