# HG changeset patch # User "Yann E. MORIN" # Date 1280095637 -7200 # Node ID c5a2e4ee7fb882e54b44ccedd7f2ef1014be4943 # Parent 19507f7c8413edb25aad7238a43475a5924d3f95 libc-uclibc: move options diff -r 19507f7c8413 -r c5a2e4ee7fb8 config/libc/uClibc.in --- a/config/libc/uClibc.in Wed Jul 28 01:39:52 2010 +0200 +++ b/config/libc/uClibc.in Mon Jul 26 00:07:17 2010 +0200 @@ -150,34 +150,3 @@ 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 -r 19507f7c8413 -r c5a2e4ee7fb8 config/libc/uClibc.in.2 --- a/config/libc/uClibc.in.2 Wed Jul 28 01:39:52 2010 +0200 +++ b/config/libc/uClibc.in.2 Mon Jul 26 00:07:17 2010 +0200 @@ -36,3 +36,34 @@ 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