diff options
author | Ryan Flux <ryan.flux@emsolutions.com.au> | 2011-10-04 10:50:46 +1000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-10-06 22:22:25 +0200 |
commit | 3655ce8f050c819135302dbe5ace41c06c68bdb9 (patch) | |
tree | 65107e4f81589de043e8283afd510b9ded5c6cbe /extra | |
parent | ce01d0f059bbc48d78be11eb5b5b87824afc2066 (diff) |
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>
Diffstat (limited to 'extra')
-rw-r--r-- | 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 c1ca390dc..ec541f45b 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 |