diff options
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in index 2ee46ba3..5397f236 100644 --- a/config/libc.in +++ b/config/libc.in @@ -81,6 +81,20 @@ config THREADS_NONE 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 |