svn commit: branches/uClibc-nptl/extra/Configs

carmelo at uclibc.org carmelo at uclibc.org
Thu Mar 5 13:08:23 UTC 2009


Author: carmelo
Date: 2009-03-05 13:08:22 +0000 (Thu, 05 Mar 2009)
New Revision: 25538

Log:
Make long double support available for sh too.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


Modified:
   branches/uClibc-nptl/extra/Configs/Config.in.arch


Changeset:
Modified: branches/uClibc-nptl/extra/Configs/Config.in.arch
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.in.arch	2009-03-05 12:14:37 UTC (rev 25537)
+++ branches/uClibc-nptl/extra/Configs/Config.in.arch	2009-03-05 13:08:22 UTC (rev 25538)
@@ -174,7 +174,7 @@
 config UCLIBC_HAS_LONG_DOUBLE_MATH
 	bool "Enable long double support"
 	depends on DO_C99_MATH
-	depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc
+	depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh
 	default y
 	help
 	  If you want the uClibc math library to contain the full set of C99



More information about the uClibc-cvs mailing list