crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.
2011-02-04 Ralf Corsépius <ralf.corsepius@rtems.org.> * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*. * configure: Regenerate. From-SVN: r169823
This commit is contained in:
parent
4e6ad4226d
commit
07ecaaf9ea
3 changed files with 5872 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-02-04 Ralf Corsépius <ralf.corsepius@rtems.org.>
|
||||
|
||||
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-02-01 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/46914
|
||||
|
|
5861
libstdc++-v3/configure
vendored
5861
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -198,6 +198,12 @@ case "${host}" in
|
|||
AC_DEFINE(HAVE_SINHF)
|
||||
AC_DEFINE(HAVE_SINHL)
|
||||
;;
|
||||
*-rtems*)
|
||||
GLIBCXX_CHECK_COMPILER_FEATURES
|
||||
GLIBCXX_CHECK_LINKER_FEATURES
|
||||
GLIBCXX_CHECK_MATH_SUPPORT
|
||||
GLIBCXX_CHECK_STDLIB_SUPPORT
|
||||
;;
|
||||
*-solaris*)
|
||||
case "$target" in
|
||||
*-solaris2.8 | *-solaris2.9 | *-solaris2.10)
|
||||
|
|
Loading…
Add table
Reference in a new issue