diff -r 45d690b4e2c5 -r 1fc98c1419a7 config/libc/uClibc.in --- a/config/libc/uClibc.in Fri Nov 14 13:49:27 2008 +0000 +++ b/config/libc/uClibc.in Wed Feb 11 10:40:26 2009 +0000 @@ -124,6 +124,16 @@ default 1 if LIBC_UCLIBC_DEBUG_LEVEL_1 default 2 if LIBC_UCLIBC_DEBUG_LEVEL_2 +config LIBC_UCLIBC_BUILD_CROSS_LDD + bool + prompt "Build cross-ldd" + default y + help + Say 'y' here to build a cross-ldd to run in the host. + + Building a cross-ldd only works on ELF systems, that is, + if you build under Cygwin, you *must* say 'n' here. + config LIBC_UCLIBC_CONFIG_FILE string prompt "Configuration file"