diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 19:30:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 19:30:15 +0000 |
commit | b70844dfa146cd0021fb7fd54ab7be5cc5634e5b (patch) | |
tree | 0eb5e0ebd9db66bbc52333ca1fd8676337fb1d57 /extra/Configs/Config.in | |
parent | 8022ef2ce5c9ed01f7d99d20f2805c224b7a8489 (diff) |
Scare people away from enabling locale support for now.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 348036a1b..815e343d9 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -172,14 +172,15 @@ config UCLIBC_HAS_WCHAR Most people will answer N. config UCLIBC_HAS_LOCALE - bool "Locale Support" + bool "Locale Support (experimental/incomplete)" depends on UCLIBC_HAS_WCHAR default n help Answer Y to enable locale support. This will make uClibc much - bigger. + bigger. uClibc's locale support is still under development, and + should be finished in the next several weeks (November 2002). - Most people will answer N. + Most people will wisely answer N. config USE_OLD_VFPRINTF bool "Use the old vfprintf implementation" |