diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-11 20:58:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-11 20:58:19 +0100 |
commit | 12f79e597feb33e0321c49f7bc2f2ad2ff904b02 (patch) | |
tree | c9af81c873351f3e31c4ecf2801236f3607a274c /extra/Configs/Config.in.arch | |
parent | 657f251c550d7248711ac5611c2be0d9e23aa417 (diff) | |
parent | 7badf754cbe7882b2ff0ffea05e027820bd716f6 (diff) |
Merge remote-tracking branch 'origin/upstream'
Diffstat (limited to 'extra/Configs/Config.in.arch')
-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 2338e3cb3..68e03bf9e 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -191,7 +191,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 || TARGET_microblaze + depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze || TARGET_xtensa default y help If you want the uClibc math library to contain the full set of C99 |