diff -r f637b6c2162b -r c3967b2c49b4 config/libc.in --- a/config/libc.in Sun Jul 11 21:36:20 2010 +0200 +++ b/config/libc.in Thu Jul 22 23:26:08 2010 +0200 @@ -81,6 +81,20 @@ endchoice +config LIBC_XLDD + bool + prompt "Install a cross ldd-like helper" + default y + help + Say 'Y' here if you want to have a ldd-like helper that + you can run on your build system, and that will (try to) + resolve shared libraries dependencies as if run on the + target. + + Note that the cross-ldd helper is not a full replacement + for the native ldd. Please see the help, by running it + with '--help' for more explanations. + source "config.gen/libc.in.2" endif # ! LIBC_none