[git commit] microblaze has long double support too
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Oct 6 20:22:25 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=3655ce8f050c819135302dbe5ace41c06c68bdb9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Ryan Flux <ryan.flux at emsolutions.com.au>
Signed-off-by: Steve Bennett <steveb at workware.net.au>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
extra/Configs/Config.in.arch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index c1ca390..ec541f4 100644
--- a/extra/Configs/Config.in.arch
+++ b/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
More information about the uClibc-cvs
mailing list