Scope libstdc++ configuration for vxworks to all versions

When libstdc++ is enabled, the current high level configuration
bits should apply the same to all versions of VxWorks.  Adjust the
config triplets matching rules accordingly.

2010-10-21  Olivier Hainque  <hainque@adacore.com>

libstdc++-v3/
	* crossconfig.m4: Turn vxworks matcher into vxworks*.
	* configure.host: Likewise.
	* configure: Regenerate.
This commit is contained in:
Olivier Hainque 2020-10-20 10:32:27 +00:00
parent 0e590b68fa
commit d667beea36
3 changed files with 3 additions and 3 deletions

View File

@ -73039,7 +73039,7 @@ done
CXXFLAGS="$ac_save_CXXFLAGS"
;;
*-vxworks)
*-vxworks*)
$as_echo "#define HAVE_ACOSF 1" >>confdefs.h
$as_echo "#define HAVE_ASINF 1" >>confdefs.h

View File

@ -303,7 +303,7 @@ case "${host_os}" in
tpf)
os_include_dir="os/tpf"
;;
vxworks)
vxworks*)
os_include_dir="os/vxworks"
;;
*)

View File

@ -276,7 +276,7 @@ case "${host}" in
GLIBCXX_CHECK_MATH_SUPPORT
GLIBCXX_CHECK_STDLIB_SUPPORT
;;
*-vxworks)
*-vxworks*)
AC_DEFINE(HAVE_ACOSF)
AC_DEFINE(HAVE_ASINF)
AC_DEFINE(HAVE_ATAN2F)