From 7a6bf2d84eb3977974c0ae5bae9abb61aa566b87 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 16 Apr 2017 17:14:36 +0200 Subject: libm: allow long double wrappers for all architectures If you enable these wrappers, be sure you don't need long double precision on your embedded device, as these only enables long double warpper functions to the existing double math functions. Required to build some software as lvm2. Signed-off-by: Waldemar Brodkorb --- extra/Configs/Config.in.arch | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index baf955982..6ee6c4bcd 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -195,6 +195,7 @@ config UCLIBC_HAS_LONG_DOUBLE_MATH help If you want the uClibc math library to contain the full set of C99 long double math library features, then answer Y. + Danger: These are only wrappers to the double library functions! config KERNEL_HEADERS string "Linux kernel header location" -- cgit v1.2.3