summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-25 22:07:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-25 22:07:17 (GMT)
commit13d384b4ee94933f72ec74a642e49b69c58feb1b (patch)
tree6635863151f8718071565fbabf87709b91c584c8 /config/libc
parentb2d9366b569e1b74004b1e190558f3ce83f0ace7 (diff)
libc-uclibc: move options
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/uClibc.in31
-rw-r--r--config/libc/uClibc.in.231
2 files changed, 31 insertions, 31 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 4758962..ef8f921 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -150,34 +150,3 @@ config LIBC_UCLIBC_CONFIG_FILE
Path to the configuration file.
You _must_ provide one (for now).
-
-config LIBC_UCLIBC_LOCALES
- bool
- select LIBC_UCLIBC_WCHAR
- prompt "Add support for locales"
- default n
- help
- Say y if you want uClibc to support localisation.
-
- Note that seems to be broken on recent uClibc releases.
-
-config LIBC_UCLIBC_LOCALES_PREGEN_DATA
- bool
- prompt "Use pregen locales"
- depends on LIBC_UCLIBC_LOCALES
- default y
- help
- If you see issues with using pre-generated locales data,
- you can try switching this off.
-
- If so, please report the issue, so we can default this
- to off if too many people complain.
-
-config LIBC_UCLIBC_WCHAR
- bool
- prompt "Add support for WCHAR"
- default n
- help
- Say y if you want uClibc to support WCHAR.
-
- Maybe this is needed, if you're building a C++-Compiler
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2
index 9cfefba..0ca72b8 100644
--- a/config/libc/uClibc.in.2
+++ b/config/libc/uClibc.in.2
@@ -36,3 +36,34 @@ config LIBC_UCLIBC_LNXTHRD
default "" if THREADS_NPTL
default "old" if LIBC_UCLIBC_LNXTHRD_OLD
default "new" if LIBC_UCLIBC_LNXTHRD_NEW
+
+config LIBC_UCLIBC_LOCALES
+ bool
+ select LIBC_UCLIBC_WCHAR
+ prompt "Add support for locales"
+ default n
+ help
+ Say y if you want uClibc to support localisation.
+
+ Note that seems to be broken on recent uClibc releases.
+
+config LIBC_UCLIBC_LOCALES_PREGEN_DATA
+ bool
+ prompt "Use pregen locales"
+ depends on LIBC_UCLIBC_LOCALES
+ default y
+ help
+ If you see issues with using pre-generated locales data,
+ you can try switching this off.
+
+ If so, please report the issue, so we can default this
+ to off if too many people complain.
+
+config LIBC_UCLIBC_WCHAR
+ bool
+ prompt "Add support for WCHAR"
+ default n
+ help
+ Say y if you want uClibc to support WCHAR.
+
+ Maybe this is needed, if you're building a C++-Compiler