summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/libc.in b/config/libc.in
index ce1e2cc..a10b942 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -2,7 +2,11 @@
config LIBC
string
- default "none" if BARE_METAL
+# default "none" if BARE_METAL
+ default "newlib" if EXPERIMENTAL
+
+# FIXME: toolchain can be BARE_METAL (no OS) but have OS independent LIBC (eg. newlib)
+# new combinations needed
menu "C-library"