crossconfig.m4: Support spu-*-elf* targets.
* crossconfig.m4: Support spu-*-elf* targets. * configure: Regenerate. From-SVN: r208730
This commit is contained in:
parent
31466bc083
commit
e70c4c4189
3 changed files with 6152 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-03-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* crossconfig.m4: Support spu-*-elf* targets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2014-03-18 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/60564
|
||||
|
|
6139
libstdc++-v3/configure
vendored
6139
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -28,6 +28,14 @@ case "${host}" in
|
|||
AC_DEFINE(HAVE_SQRTF)
|
||||
;;
|
||||
|
||||
spu-*-elf*)
|
||||
GLIBCXX_CHECK_COMPILER_FEATURES
|
||||
GLIBCXX_CHECK_LINKER_FEATURES
|
||||
GLIBCXX_CHECK_MATH_SUPPORT
|
||||
GLIBCXX_CHECK_STDLIB_SUPPORT
|
||||
AM_ICONV
|
||||
;;
|
||||
|
||||
*-aix*)
|
||||
GLIBCXX_CHECK_LINKER_FEATURES
|
||||
GLIBCXX_CHECK_MATH_SUPPORT
|
||||
|
|
Loading…
Add table
Reference in a new issue