mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
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
libstdc++-v3
@ -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…
x
Reference in New Issue
Block a user