libc-uclibc: move options
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 26 00:07:17 2010 +0200 (2010-07-26)
changeset 2039c5a2e4ee7fb8
parent 2038 19507f7c8413
child 2040 c0162f201864
libc-uclibc: move options
config/libc/uClibc.in
config/libc/uClibc.in.2
     1.1 --- a/config/libc/uClibc.in	Wed Jul 28 01:39:52 2010 +0200
     1.2 +++ b/config/libc/uClibc.in	Mon Jul 26 00:07:17 2010 +0200
     1.3 @@ -150,34 +150,3 @@
     1.4        Path to the configuration file.
     1.5        
     1.6        You _must_ provide one (for now).
     1.7 -
     1.8 -config LIBC_UCLIBC_LOCALES
     1.9 -    bool
    1.10 -    select LIBC_UCLIBC_WCHAR
    1.11 -    prompt "Add support for locales"
    1.12 -    default n
    1.13 -    help
    1.14 -      Say y if you want uClibc to support localisation.
    1.15 -
    1.16 -      Note that seems to be broken on recent uClibc releases.
    1.17 -
    1.18 -config LIBC_UCLIBC_LOCALES_PREGEN_DATA
    1.19 -    bool
    1.20 -    prompt "Use pregen locales"
    1.21 -    depends on LIBC_UCLIBC_LOCALES
    1.22 -    default y
    1.23 -    help
    1.24 -      If you see issues with using pre-generated locales data,
    1.25 -      you can try switching this off.
    1.26 -      
    1.27 -      If so, please report the issue, so we can default this
    1.28 -      to off if too many people complain.
    1.29 -
    1.30 -config LIBC_UCLIBC_WCHAR
    1.31 -    bool
    1.32 -    prompt "Add support for WCHAR"
    1.33 -    default n
    1.34 -    help
    1.35 -      Say y if you want uClibc to support WCHAR.
    1.36 -
    1.37 -      Maybe this is needed, if you're building a C++-Compiler
     2.1 --- a/config/libc/uClibc.in.2	Wed Jul 28 01:39:52 2010 +0200
     2.2 +++ b/config/libc/uClibc.in.2	Mon Jul 26 00:07:17 2010 +0200
     2.3 @@ -36,3 +36,34 @@
     2.4      default ""      if THREADS_NPTL
     2.5      default "old"   if LIBC_UCLIBC_LNXTHRD_OLD
     2.6      default "new"   if LIBC_UCLIBC_LNXTHRD_NEW
     2.7 +
     2.8 +config LIBC_UCLIBC_LOCALES
     2.9 +    bool
    2.10 +    select LIBC_UCLIBC_WCHAR
    2.11 +    prompt "Add support for locales"
    2.12 +    default n
    2.13 +    help
    2.14 +      Say y if you want uClibc to support localisation.
    2.15 +
    2.16 +      Note that seems to be broken on recent uClibc releases.
    2.17 +
    2.18 +config LIBC_UCLIBC_LOCALES_PREGEN_DATA
    2.19 +    bool
    2.20 +    prompt "Use pregen locales"
    2.21 +    depends on LIBC_UCLIBC_LOCALES
    2.22 +    default y
    2.23 +    help
    2.24 +      If you see issues with using pre-generated locales data,
    2.25 +      you can try switching this off.
    2.26 +
    2.27 +      If so, please report the issue, so we can default this
    2.28 +      to off if too many people complain.
    2.29 +
    2.30 +config LIBC_UCLIBC_WCHAR
    2.31 +    bool
    2.32 +    prompt "Add support for WCHAR"
    2.33 +    default n
    2.34 +    help
    2.35 +      Say y if you want uClibc to support WCHAR.
    2.36 +
    2.37 +      Maybe this is needed, if you're building a C++-Compiler