OSDN Git Service

Make long double support available for sh too.
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 5 Mar 2009 13:08:35 +0000 (13:08 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 5 Mar 2009 13:08:35 +0000 (13:08 -0000)
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
extra/Configs/Config.in.arch

index f4a44ef..30ed6b8 100644 (file)
@@ -174,7 +174,7 @@ config UCLIBC_HAS_FENV
 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