Commit e70c4c41 by Ulrich Weigand Committed by Ulrich Weigand

crossconfig.m4: Support spu-*-elf* targets.

	* crossconfig.m4: Support spu-*-elf* targets.
	* configure: Regenerate.

From-SVN: r208730
parent 31466bc0
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
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment