Browse Source

microblaze has long double support too

Signed-off-by: Ryan Flux <ryan.flux@emsolutions.com.au>
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Ryan Flux 12 years ago
parent
commit
3655ce8f05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in.arch

+ 1 - 1
extra/Configs/Config.in.arch

@@ -189,7 +189,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 || TARGET_sh
+	depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze
 	default y
 	help
 	  If you want the uClibc math library to contain the full set of C99