summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in.2
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/newlib.in.2')
-rw-r--r--config/libc/newlib.in.27
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/newlib.in.2 b/config/libc/newlib.in.2
index 911c864..66b0275 100644
--- a/config/libc/newlib.in.2
+++ b/config/libc/newlib.in.2
@@ -1,5 +1,12 @@
# newlib second-part options
+config LIBC_NEWLIB_IO_LL
+ bool
+ prompt "Enable IOs on long long"
+ default n
+ help
+ Enable support for IOs on long long integers.
+
config LIBC_NEWLIB_IO_FLOAT
bool
prompt "Enable IOs on floats and doubles"