config/libc/uClibc.in
changeset 1209 1fc98c1419a7
parent 1044 45d690b4e2c5
child 1224 959134130e3e
     1.1 --- a/config/libc/uClibc.in	Fri Nov 14 13:49:27 2008 +0000
     1.2 +++ b/config/libc/uClibc.in	Wed Feb 11 10:40:26 2009 +0000
     1.3 @@ -124,6 +124,16 @@
     1.4      default 1 if LIBC_UCLIBC_DEBUG_LEVEL_1
     1.5      default 2 if LIBC_UCLIBC_DEBUG_LEVEL_2
     1.6  
     1.7 +config LIBC_UCLIBC_BUILD_CROSS_LDD
     1.8 +    bool
     1.9 +    prompt "Build cross-ldd"
    1.10 +    default y
    1.11 +    help
    1.12 +      Say 'y' here to build a cross-ldd to run in the host.
    1.13 +      
    1.14 +      Building a cross-ldd only works on ELF systems, that is,
    1.15 +      if you build under Cygwin, you *must* say 'n' here.
    1.16 +
    1.17  config LIBC_UCLIBC_CONFIG_FILE
    1.18      string
    1.19      prompt "Configuration file"