From d7e88461e66eb277dd0f4b9ba2f3da6bb7ce5abc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 23 Oct 2010 00:54:46 +0200 Subject: libc/newlib: add option to compile support for float IOs Adds support to enable/disable IOs of floating point values (float, double, and long double). Signed-off-by: "Yann E. MORIN" --- config/libc/newlib.in.2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/libc/newlib.in.2 (limited to 'config/libc/newlib.in.2') diff --git a/config/libc/newlib.in.2 b/config/libc/newlib.in.2 new file mode 100644 index 00000000..911c864f --- /dev/null +++ b/config/libc/newlib.in.2 @@ -0,0 +1,17 @@ +# newlib second-part options + +config LIBC_NEWLIB_IO_FLOAT + bool + prompt "Enable IOs on floats and doubles" + default n + help + Enable support for IOs on floating point + values (float and double). + +config LIBC_NEWLIB_IO_LDBL + bool + prompt "Enable IOs on long doubles" + default n + depends on LIBC_NEWLIB_IO_FLOAT + help + Enable support for IOs on long doubles. -- cgit v1.2.3