config/libc/uClibc.in
changeset 3099 79169596cfc9
parent 2990 1f6c8e4b2b92
child 3100 bd4af15b7c75
     1.1 --- a/config/libc/uClibc.in	Sun Jun 03 20:58:37 2012 +0200
     1.2 +++ b/config/libc/uClibc.in	Thu Oct 11 14:39:44 2012 +1000
     1.3 @@ -99,8 +99,27 @@
     1.4      select LIBC_SUPPORT_NPTL
     1.5      select LIBC_UCLIBC_0_9_30_or_later
     1.6  
     1.7 +config LIBC_UCLIBC_CUSTOM
     1.8 +    bool
     1.9 +    prompt "Custom uClibc"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select LIBC_SUPPORT_NPTL
    1.12 +    select LIBC_UCLIBC_0_9_30_or_later
    1.13 +
    1.14  endchoice
    1.15  
    1.16 +if LIBC_UCLIBC_CUSTOM
    1.17 +
    1.18 +config LIBC_UCLIBC_CUSTOM_LOCATION
    1.19 +    string
    1.20 +    prompt "Full path to custom uClibc source"
    1.21 +    default ""
    1.22 +    help
    1.23 +      Enter the path to the directory (or tarball) of your source for uClibc,
    1.24 +      or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/uClibc
    1.25 +
    1.26 +endif # LIBC_UCLIBC_CUSTOM
    1.27 +
    1.28  config LIBC_VERSION
    1.29      string
    1.30      prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
    1.31 @@ -119,6 +138,7 @@
    1.32      default "0.9.29" if LIBC_UCLIBC_V_0_9_29
    1.33      default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
    1.34      default "snapshot" if LIBC_UCLIBC_V_snapshot
    1.35 +    default "custom" if LIBC_UCLIBC_CUSTOM
    1.36  
    1.37  config LIBC_UCLIBC_0_9_32_or_later
    1.38      bool